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
msg_error "A problem occured while trying to create container."
205
-
exit 200
203
+
pct create $CTID${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}${PCT_OPTIONS[@]}>/dev/null || { msg_error "A problem occured while trying to create container.";exit 200; }
0 commit comments