From 21efa4038a44a3c56fd118cd8fcbffd63147242c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 10:17:33 -0400 Subject: [PATCH] added restart after daemon-reload --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 9d038fc5..b836c8ba 100755 --- a/update +++ b/update @@ -37,6 +37,7 @@ fi if [ $FLAG -eq 1 ]; then echo "systemctl daemon-reload" sudo systemctl daemon-reload + sudo systemctl restart cubesatsim else grep 'changed' /home/pi/CubeSatSim/.updated if [[ $(grep 'changed' /home/pi/CubeSatSim/.updated) ]]; then