1749858223
This commit is contained in:
@@ -45,3 +45,5 @@ sudo chmod 664 $dname/*
|
|||||||
echo "Compressing up and deleting $dname to $dname.tar.gz..."
|
echo "Compressing up and deleting $dname to $dname.tar.gz..."
|
||||||
tar czf $dname.tar.gz $dname
|
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
|
cd /home/$username
|
||||||
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
|
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
|
||||||
cd /home/$username/Precision-Timekeeping-Fuckery
|
cd /home/$username/Precision-Timekeeping-Fuckery
|
||||||
|
echo "installer_auto complete" > ./status.txt
|
||||||
bash installer1.sh
|
bash installer1.sh
|
||||||
@@ -70,3 +70,5 @@ sudo crontab $crontab_new
|
|||||||
|
|
||||||
# start da services
|
# start da services
|
||||||
bash ./services.sh start # 1>/dev/null
|
bash ./services.sh start # 1>/dev/null
|
||||||
|
|
||||||
|
echo "reconfig_full complete" > ./status.txt
|
||||||
@@ -8,3 +8,4 @@ fi
|
|||||||
|
|
||||||
echo "Running $1 on Services"
|
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