diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:15:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:15:27 +0900 |
| commit | df0358f59e99b0f084ea784ae17ae875b7a5ac33 (patch) | |
| tree | 2d7f3ee3f8ba72e5f34108189fc904107276f5ed /copy.sh | |
| parent | dac72e079c34ee92faeda12ebf70acf4cb3def45 (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -677,7 +677,7 @@ if [ -d "$BACKUP_HYPR_PATH" ]; then done # Restore files automatically - FILE_B=("monitors.conf" "workspaces.conf" "pyprland.toml") + FILE_B=("monitors.conf" "workspaces.conf") for FILE_RESTORE in "${FILE_B[@]}"; do BACKUP_FILE="$BACKUP_HYPR_PATH/$FILE_RESTORE" @@ -732,7 +732,7 @@ if [ -d "$BACKUP_DIR_PATH" ]; then echo "${ERROR} - Failed to restore $FILE_NAME!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $FILE_NAME." + echo "${NOTE} - Skipped restoring $FILE_NAME." 2>&1 | tee -a "$LOG" fi fi done @@ -767,7 +767,7 @@ if [ -d "$BACKUP_DIR_PATH_S" ]; then echo "${ERROR} - Failed to restore $SCRIPT_NAME!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $SCRIPT_NAME." + echo "${NOTE} - Skipped restoring $SCRIPT_NAME." 2>&1 | tee -a "$LOG" fi fi done @@ -803,7 +803,7 @@ if [ -d "$BACKUP_DIR_PATH_F" ]; then echo "${ERROR} - Failed to restore $FILE_RESTORE!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $FILE_RESTORE." + echo "${NOTE} - Skipped restoring $FILE_RESTORE." 2>&1 | tee -a "$LOG" fi else echo "${ERROR} - Backup file $BACKUP_FILE does not exist." |
