diff options
| -rwxr-xr-x | bin/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install b/bin/install index d2ab25f..4899939 100755 --- a/bin/install +++ b/bin/install @@ -136,7 +136,7 @@ if grep -q 'sk-\.\.\.' /etc/dispatch/env 2>/dev/null; then echo " 3. journalctl -u dispatch -f" else echo "[install] starting serviceā¦" - sudo systemctl start dispatch + sudo systemctl restart dispatch echo "" echo "[install] done!" echo " Status: systemctl status dispatch" |
