Update build.func

Typo in `bash`
pull/2134/head
capacitor0 2 years ago committed by GitHub
parent 03b23c0456
commit ae0d49c9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      misc/build.func

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

Loading…
Cancel
Save