Compare commits
No commits in common. "286d87e3a8f137c3dbc612672bf8701431424bdd" and "da38947b4f4f3da54531a90ce0e1e957831b6a51" have entirely different histories.
286d87e3a8
...
da38947b4f
|
@ -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
|
Loading…
Reference in New Issue