Browse Source

more info log

abhishek9686 1 year ago
parent
commit
ce34a3f4cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -679,7 +679,7 @@ cleanup() {
 }
 }
 
 
 stop_services(){
 stop_services(){
-	echo "Stopping all containers..."
+	echo "Stopping all containers, this will take a while please wait..."
 	local containers=("mq" "netmaker-ui" "coredns" "turn" "caddy" "netmaker" "netmaker-exporter" "prometheus" "grafana")
 	local containers=("mq" "netmaker-ui" "coredns" "turn" "caddy" "netmaker" "netmaker-exporter" "prometheus" "grafana")
 	for name in "${containers[@]}"; do
 	for name in "${containers[@]}"; do
 		local running=$(docker ps | grep -w "$name")
 		local running=$(docker ps | grep -w "$name")