From f03b85cebe7b6244e4eecc8ab6f564f5e118cb59 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 22 Oct 2025 22:32:53 -0700 Subject: [PATCH] typoFix https://github.com/SpudGunMan/meshing-around/issues/227 thanks @mesb1 --- .gitignore | 5 ++++- install.sh | 2 +- update.sh | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5245d1..aacecc2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +modules/custom_scheduler.py + diff --git a/install.sh b/install.sh index 9ef57b9..16f2ba0 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/update.sh b/update.sh index f2ab5b0..7504558 100644 --- a/update.sh +++ b/update.sh @@ -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