hotfix rc script

This commit is contained in:
kirillius 2024-12-26 12:26:11 +03:00
parent 2050e9e1c1
commit 0bc5b8ae53
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ fi
HOST=`jq -r .web.host $CFGFILE`
PORT=`jq -r .web.port $CFGFILE`
#TODO FIXME !!!!
killall php
php -S $HOST:$PORT $ROOT/server.php