quickfix
This commit is contained in:
parent
ddf3019021
commit
8bd6d89bff
@ -1055,13 +1055,13 @@ EOF
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
: "${tz:=Etc/UTC}"
|
# This starts the container and executes <app>-install.sh
|
||||||
|
|
||||||
msg_info "Starting LXC Container"
|
msg_info "Starting LXC Container"
|
||||||
pct start "$CTID"
|
pct start "$CTID"
|
||||||
msg_ok "Started LXC Container"
|
msg_ok "Started LXC Container"
|
||||||
|
|
||||||
msg_info "Customizing LXC Container"
|
msg_info "Customizing LXC Container"
|
||||||
|
: "${tz:=Etc/UTC}"
|
||||||
if [ "$var_os" == "alpine" ]; then
|
if [ "$var_os" == "alpine" ]; then
|
||||||
sleep 3
|
sleep 3
|
||||||
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
|
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user