Merge branch 'master' into dist/envole/7/master
This commit is contained in:
commit
286d87e3a8
|
@ -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 $APP_ALIAS
|
systemctl restart wss$APP_ALIAS
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue