1748956374

This commit is contained in:
2025-06-03 07:12:53 -06:00
parent 9fabc93055
commit b9a7433b7c
6 changed files with 33 additions and 35 deletions
+2 -5
View File
@@ -24,7 +24,7 @@ telegraf_new="$1/telegraf.conf"
udev_new="$1/50-tty.rules"
# stop da services
bash ./services.sh stop
bash ./services.sh stop 1>/dev/null
# backup conf
bash ./dump_configs.sh
@@ -39,7 +39,4 @@ sudo bash -c "cat $telegraf_new > $telegraf"
sudo bash -c "cat $udev_new > $udev_rule"
# start da services
bash ./services.sh start
# show services status
# bash ./services.sh status
bash ./services.sh start 1>/dev/null