Compare commits

..

No commits in common. "286d87e3a8f137c3dbc612672bf8701431424bdd" and "da38947b4f4f3da54531a90ce0e1e957831b6a51" have entirely different histories.

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 wss$APP_ALIAS
systemctl restart $APP_ALIAS
fi
fi