gestion de réponse à msg de chat (ref #8)

This commit is contained in:
2020-06-12 14:02:19 +02:00
parent b49c25e07e
commit a379e52dea
7 changed files with 311 additions and 16 deletions

View File

@ -19,7 +19,7 @@ if [ "$1" == "restartifdown" ] && [ -n "${pid}" ] ; then
restart="no"
fi
if [[ "$restart" == "yes" ]]; then
if [ "$restart" == "yes" ] && [ "$1" != "stop" ] ; then
echo WEBSOCKET = START
cd /var/www/html/ninegate
bin/console gos:websocket:server --port $websocket_portinterne -a $websocket_url --no-debug -n -q --env=prod & disown