hotfix rc script
This commit is contained in:
parent
2050e9e1c1
commit
0bc5b8ae53
|
|
@ -10,4 +10,6 @@ fi
|
||||||
|
|
||||||
HOST=`jq -r .web.host $CFGFILE`
|
HOST=`jq -r .web.host $CFGFILE`
|
||||||
PORT=`jq -r .web.port $CFGFILE`
|
PORT=`jq -r .web.port $CFGFILE`
|
||||||
|
#TODO FIXME !!!!
|
||||||
|
killall php
|
||||||
php -S $HOST:$PORT $ROOT/server.php
|
php -S $HOST:$PORT $ROOT/server.php
|
||||||
Loading…
Reference in New Issue