reload and restart added

pull/111/head
alanbjohnston 5 years ago committed by GitHub
parent abe2c283d4
commit 9fb65e721b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,8 +35,9 @@ else
fi
if [ $FLAG -eq 1 ]; then
echo "systemctl daemon-reload"
echo "systemctl daemon-reload and restart"
sudo systemctl daemon-reload
sudo systemctl restart cubesatsim
else
grep 'changed' /home/pi/CubeSatSim/.updated
if [[ $(grep 'changed' /home/pi/CubeSatSim/.updated) ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.