more info log

This commit is contained in:
abhishek9686 2024-01-23 01:02:32 +05:30
parent c16ea48bb4
commit ce34a3f4cb

View file

@ -679,7 +679,7 @@ cleanup() {
}
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")
for name in "${containers[@]}"; do
local running=$(docker ps | grep -w "$name")