aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-13 20:15:23 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-13 20:15:23 +0900
commit036acd0b9dc6dca7837950b6cc88e1ea1d30635f (patch)
tree0f981df7be70dac216af9173b88e4e27aa3f18f4 /copy.sh
parent57ba8f6cc98fba7c151075cefc3c179474fa1f25 (diff)
updated copy.sh
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index f320b2ba..f037e476 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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."
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage