hotfix script
This commit is contained in:
parent
971bb46582
commit
a331b3159d
|
|
@ -2,4 +2,5 @@
|
||||||
SELF=`dirname $0`
|
SELF=`dirname $0`
|
||||||
DIR=`realpath $SELF`
|
DIR=`realpath $SELF`
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
killall php
|
||||||
php -S 0.0.0.0:8000 server.php
|
php -S 0.0.0.0:8000 server.php
|
||||||
Loading…
Reference in New Issue