https://github.com/SpudGunMan/meshing-around/issues/227
thanks @mesb1
This commit is contained in:
SpudGunMan
2025-10-22 22:32:53 -07:00
parent 99f25345e8
commit f03b85cebe
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,5 +1,7 @@
# config
config.ini
config_new.ini
ini_merge_log.txt
# Pickle files
*.pkl
@@ -30,4 +32,5 @@ bee.txt
*.csv
# modules/custom_scheduler.py
modules/custom_scheduler.py
modules/custom_scheduler.py
+1 -1
View File
@@ -91,7 +91,7 @@ cp etc/mesh_bot_w3.tmp etc/mesh_bot_w3.service
# copy modules/custom_scheduler.py template if it does not exist
if [[ ! -f modules/custom_scheduler.py ]]; then
cp etc/custom_scheduler.template modules/custom_scheduler.py
cp etc/custom_scheduler.py modules/custom_scheduler.py
printf "\nCustom scheduler template copied to modules/custom_scheduler.py\n"
fi
+1 -1
View File
@@ -46,7 +46,7 @@ fi
# copy modules/custom_scheduler.py template if it does not exist
if [[ ! -f modules/custom_scheduler.py ]]; then
cp etc/custom_scheduler.template modules/custom_scheduler.py
cp etc/custom_scheduler.py modules/custom_scheduler.py
printf "\nCustom scheduler template copied to modules/custom_scheduler.py\n"
fi