You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shutdown-instances.sh script does not do its job, as the loop does not loop in for domain in "$DOMAINS"; do (l.25) as it treats all domains as one string.
See #262 (comment)
The
shutdown-instances.shscript does not do its job, as the loop does not loop infor domain in "$DOMAINS"; do(l.25) as it treats all domains as one string.See #262 (comment)