mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-05 16:32:54 +02:00
typoFix
https://github.com/SpudGunMan/meshing-around/issues/227 thanks @mesb1
This commit is contained in:
+4
-1
@@ -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
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user