Compare commits

..

No commits in common. "d497dfee8373943350e0344a4091a7eee0e51379" and "60672b68b5ca3cbddd0b76a0b2ddfb9068531751" have entirely different histories.

View File

@ -32,6 +32,6 @@ then
if [ "$restart" == "yes" ] && [ "$1" != "stop" ] ; then if [ "$restart" == "yes" ] && [ "$1" != "stop" ] ; then
echo WEBSOCKET = START echo WEBSOCKET = START
systemctl restart wss$APP_ALIAS systemctl restart $APP_ALIAS
fi fi
fi fi