2
0

fix: health check for all serivce

This commit is contained in:
zhangsz
2025-02-18 15:46:09 +08:00
parent 77b180dc07
commit b550614a4a
4 changed files with 32 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ case "$1" in
done
;;
*)
echo "WANFi Control and Billing Management System Service ... "
echo "WANFi Control and Billing System Service ... "
echo "Usage: $0 start|stop|restart|status|version"
exit 1
;;