diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-12-08 06:35:35 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-12-08 06:35:35 +0900 |
| commit | c9943ee447427bfdfdb71fe847475d7289c9ff48 (patch) | |
| tree | 1fb07006d2ef7a722025331ed3c6e697cc880f4e /copy.sh | |
| parent | a620abfc0a347ed2a891349c616b61af9544af69 (diff) | |
minor update copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -391,7 +391,7 @@ for DIR2 in $DIRS; do if [ -d "$DIRPATH" ]; then while true; do - read -p "${CAT} ${ORANGE}$DIR2${RESET} config found in ~/.config/. Do you want to replace ${ORANGE}$DIR2${RESET} config? (Y/N): " DIR1_CHOICE + read -p "${CAT} ${ORANGE}$DIR2${RESET} config found in ~/.config/ Do you want to replace ${ORANGE}$DIR2${RESET} config? (Y/N): " DIR1_CHOICE case "$DIR1_CHOICE" in [Yy]* ) BACKUP_DIR=$(get_backup_dirname) @@ -517,8 +517,6 @@ if [ -d "$DIRPATH/UserConfigs" ]; then else echo "${NOTE} - Skipped restoring $FILE_NAME." fi - else - echo "${WARNING} - No backup found for $FILE_NAME." fi done else |
