From df0358f59e99b0f084ea784ae17ae875b7a5ac33 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 20:15:27 +0900 Subject: updated copy.sh --- copy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 5de95000..f037e476 100755 --- a/copy.sh +++ b/copy.sh @@ -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." -- cgit v1.2.3