Update config -k restart not reboot

pull/429/head
Alan Johnston 4 days ago committed by GitHub
parent bebab685b8
commit 1b63681505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1874,7 +1874,8 @@ elif [ "$1" = "-k" ]; then
echo
sudo systemctl stop pacsatsim &>/dev/null
sudo rm -r /home/pi/PacSat
reboot=1
# reboot=1
sudo systemctl restart pacsatsim
elif [ "$1" = "-h" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.