From a331b3159d1c898164d60e04ab5abb6208662918 Mon Sep 17 00:00:00 2001 From: kirillius Date: Tue, 24 Dec 2024 15:09:34 +0300 Subject: [PATCH] hotfix script --- utils/server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/server.sh b/utils/server.sh index 7671c53..e48752b 100755 --- a/utils/server.sh +++ b/utils/server.sh @@ -2,4 +2,5 @@ SELF=`dirname $0` DIR=`realpath $SELF` cd $DIR +killall php php -S 0.0.0.0:8000 server.php \ No newline at end of file