mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-02 11:32:16 +02:00
Update update.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user