fix: health check for all serivce
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user