From c87288b169783e6b10772bd0c6f6a8c9a7f33206 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 10:20:39 -0400 Subject: [PATCH] added and restart to echo --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index b836c8ba..4b46d51f 100755 --- a/update +++ b/update @@ -35,7 +35,7 @@ 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