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
;;

View File

@@ -283,7 +283,7 @@ EOF"
$0 rm network
;;
*)
echo "WANFi Control and Billing Management System Setup ... "
echo "WANFi Control and Billing System Setup ... "
echo "Usage: $0 rm [base|jar|modules|fe|network|all]"
exit 1
;;
@@ -295,7 +295,7 @@ EOF"
docker system prune -a
;;
*)
echo "WANFi Control and Billing Management System Setup ... "
echo "WANFi Control and Billing System Setup ... "
echo "Usage: $0 env|initdb|upgdb|base|jar|modules|fe|all|rm [base|jar|modules|fe|network|all]|prune"
echo " $0 env [IP]"
echo " $0 initdb"