Browse Source

Update alpine.func

fix open bracket
tteckster 2 years ago
parent
commit
33cc2d9c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/alpine.func

+ 1 - 1
misc/alpine.func

@@ -353,7 +353,7 @@ build_container() {
   export APPLICATION="$APP"
   export VERBOSE="$VERB"
   export SSH_ROOT="${SSH}"
-  export CTID=$CT_ID"
+  export CTID="$CT_ID"
   export PCT_OSTYPE="$var_os"
   export PCT_OSVERSION="$var_version"
   export PCT_DISK_SIZE="$DISK_SIZE"