diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 4ee33c95..0f26acce 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -59,7 +59,6 @@ rm all_app_status 2>/dev/null rm deploying 2>/dev/null echo echo - } export -f commander @@ -158,6 +157,7 @@ done } export -f update_app + stop_app(){ count=0 while [[ "$status" != "STOPPED" ]]