templetisation du service wssnineboard

This commit is contained in:
Arnaud Fornerot 2021-12-07 15:01:31 +01:00
parent 496cf5c2e1
commit 08c7daf7a1
1 changed files with 1 additions and 1 deletions

View File

@ -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