From 6c49c5c87f5dcc843aa7f789b23fc9733cd17f9f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 26 Oct 2025 09:24:14 -0700 Subject: [PATCH] Update update.sh https://github.com/SpudGunMan/meshing-around/issues/234 --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index ba8c7c1..431a903 100644 --- a/update.sh +++ b/update.sh @@ -49,6 +49,9 @@ fi 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 "Warning: modules/custom_scheduler.py differs from the template in etc/custom_scheduler.py." + echo "If you want to see the differences, run: diff etc/custom_scheduler.py modules/custom_scheduler.py" fi # Backup the data/ directory