1749858223
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user