Update update.sh

This commit is contained in:
SpudGunMan
2025-10-26 09:28:54 -07:00
parent 6c49c5c87f
commit 0745847d3a

View File

@@ -50,8 +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 "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"
echo "custom_scheduler.py is set to check changes run: diff etc/custom_scheduler.py modules/custom_scheduler.py"
fi
# Backup the data/ directory