From 9052eee01d4cf3104ba3f899409c1d2f832c0843 Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Tue, 7 Dec 2021 14:58:29 +0100 Subject: [PATCH] templetisation du service wssnineboard --- src/nineskeletor-1.0/scripts/websocket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nineskeletor-1.0/scripts/websocket.sh b/src/nineskeletor-1.0/scripts/websocket.sh index d70a5ac..07773a5 100755 --- a/src/nineskeletor-1.0/scripts/websocket.sh +++ b/src/nineskeletor-1.0/scripts/websocket.sh @@ -32,6 +32,6 @@ then if [ "$restart" == "yes" ] && [ "$1" != "stop" ] ; then echo WEBSOCKET = START - systemctl restart $APP_ALIAS + systemctl restart wss$APP_ALIAS fi fi \ No newline at end of file