From 2d0e6b54b369ed3fb35bd154abdb5ea88cd0394e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 26 Oct 2025 09:29:44 -0700 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1b862a8..336d705 100644 --- a/update.sh +++ b/update.sh @@ -50,7 +50,7 @@ if [[ ! -f modules/custom_scheduler.py ]]; then cp -n etc/custom_scheduler.py modules/ printf "\nCustom scheduler template copied to modules/custom_scheduler.py\n" elif ! cmp -s modules/custom_scheduler.py etc/custom_scheduler.py; then - echo "custom_scheduler.py is set to check changes run: diff etc/custom_scheduler.py modules/custom_scheduler.py" + echo "custom_scheduler.py is set. To check changes run: diff etc/custom_scheduler.py modules/custom_scheduler.py" fi # Backup the data/ directory