1749858223

This commit is contained in:
2025-06-13 17:43:43 -06:00
parent 96e9cd5185
commit ed5637b563
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -44,4 +44,6 @@ sudo chmod 664 $dname/*
echo "Compressing up and deleting $dname to $dname.tar.gz..."
tar czf $dname.tar.gz $dname
rm -rf $dname
rm -rf $dname
echo "dump_configs complete" > ./status.txt
+1
View File
@@ -14,4 +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
bash installer1.sh
+3 -1
View File
@@ -69,4 +69,6 @@ echo "Setting up crontab"
sudo crontab $crontab_new
# start da services
bash ./services.sh start # 1>/dev/null
bash ./services.sh start # 1>/dev/null
echo "reconfig_full complete" > ./status.txt
+2 -1
View File
@@ -7,4 +7,5 @@ if [ -z $1 ]; then
fi
echo "Running $1 on Services"
sudo systemctl $1 gpsd chrony influxdb telegraf grafana-server syslog-ng
sudo systemctl $1 gpsd chrony influxdb telegraf grafana-server syslog-ng
echo "services complete" > ./status.txt