From b4863548238730a4fbe3249560103a67d20a8896 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:46:34 -0600 Subject: [PATCH] 1749858395 --- dump_configs.sh | 2 +- installer1.sh | 2 +- installer2.sh | 2 +- installer3.sh | 2 +- installer_auto.sh | 2 +- reconfig_full.sh | 2 +- services.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dump_configs.sh b/dump_configs.sh index f09543c..132576c 100644 --- a/dump_configs.sh +++ b/dump_configs.sh @@ -46,4 +46,4 @@ echo "Compressing up and deleting $dname to $dname.tar.gz..." tar czf $dname.tar.gz $dname rm -rf $dname -echo "dump_configs complete" > ./status.txt +echo "dump_configs.sh complete" >> ./status.txt \ No newline at end of file diff --git a/installer1.sh b/installer1.sh index c81c126..bd9aadf 100644 --- a/installer1.sh +++ b/installer1.sh @@ -20,7 +20,7 @@ echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Woul read -p "Press ENTER to Continue" sudo raspi-config -echo "3 complete" > ./status.txt +echo "Installer1.sh complete" >> ./status.txt echo "Part 1 done!" # echo "Rebooting now!" diff --git a/installer2.sh b/installer2.sh index 63a0e28..5ec2c4d 100644 --- a/installer2.sh +++ b/installer2.sh @@ -14,7 +14,7 @@ sudo apt dist-upgrade -y echo "Cleaning up..." sudo apt autoremove -y -echo "3 complete" > ./status.txt +echo "Installer2.sh complete" >> ./status.txt echo "Part 2 done!" # echo "Rebooting now!" diff --git a/installer3.sh b/installer3.sh index 637cfb0..c3aeab9 100644 --- a/installer3.sh +++ b/installer3.sh @@ -77,7 +77,7 @@ sudo usermod -aG dialout gpsd sudo usermod -aG dialout _chrony -echo "3 complete" > ./status.txt +echo "installer3.sh complete" >> ./status.txt echo "Part 3 done!" # echo "Rebooting now!" diff --git a/installer_auto.sh b/installer_auto.sh index de7d4d9..b18ca91 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -14,5 +14,5 @@ sudo apt install git -y cd /home/$username git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git cd /home/$username/Precision-Timekeeping-Fuckery -echo "installer_auto complete" > ./status.txt +echo "installer_auto.sh complete" > ./status.txt bash installer1.sh \ No newline at end of file diff --git a/reconfig_full.sh b/reconfig_full.sh index 1cfb9eb..3fed041 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -71,4 +71,4 @@ sudo crontab $crontab_new # start da services bash ./services.sh start # 1>/dev/null -echo "reconfig_full complete" > ./status.txt \ No newline at end of file +echo "reconfig_full.sh complete" >> ./status.txt \ No newline at end of file diff --git a/services.sh b/services.sh index 7f39dfc..f262643 100644 --- a/services.sh +++ b/services.sh @@ -8,4 +8,4 @@ fi echo "Running $1 on Services" sudo systemctl $1 gpsd chrony influxdb telegraf grafana-server syslog-ng -echo "services complete" > ./status.txt +echo "services complete" >> ./status.txt