This commit is contained in:
neil 2016-04-13 21:38:13 +08:00
parent a7b7355dcf
commit 3d434e43ad
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -672,7 +672,7 @@ _stopserver(){
kill -s 9 $ncid > /dev/null
done
_get "http://localhost:$Le_HTTPPort" >/dev/null 2>$1
_get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1
}