diff --git a/functions/menu.sh b/functions/menu.sh index 53ec177c..0ae95ff3 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -238,7 +238,7 @@ case $selection in app_name=$(echo -e "$app_name" | grep ^"$selection)" | awk '{print $2}') search=$(k3s crictl ps -a -s running) mapfile -t pod_id < <(echo "$search" | grep -E " $app_name([[:space:]]|-([-[:alnum:]])*[[:space:]])" | awk '{print $9}') - + [[ "${#pod_id[@]}" == 0 ]] && echo "Are you sure the application in running?" && exit containers=$( for pod in "${pod_id[@]}" do