Przeglądaj źródła

Update build.func

lower rest time
tteckster 2 lat temu
rodzic
commit
b494fa404b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      misc/build.func

+ 1 - 1
misc/build.func

@@ -452,7 +452,7 @@ EOF
   pct start "$CTID"
   pct start "$CTID"
   msg_ok "Started LXC Container"
   msg_ok "Started LXC Container"
   if [ "$var_os" == "alpine" ]; then
   if [ "$var_os" == "alpine" ]; then
-  sleep 5
+  sleep 2
   pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
   pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
   fi
   fi
   lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
   lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit