From 0717c28a9b69b3c2092aed97e1e68e056716116a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 21 Mar 2023 21:14:23 -0400 Subject: [PATCH] close --- misc/alpine-install.func | 1 - misc/alpine.func | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index b3a80f64..ddc78877 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -103,6 +103,5 @@ update_os() { motd_ssh() { echo "export TERM='xterm-256color'" >>/root/.bashrc echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" > /etc/motd -chmod -x /etc/update-motd.d/* if [[ "${SSH_ROOT}" == "yes" ]]; then $STD rc-update add sshd; $STD /etc/init.d/sshd start; fi } \ No newline at end of file diff --git a/misc/alpine.func b/misc/alpine.func index 3f7fa4fb..93ca7288 100644 --- a/misc/alpine.func +++ b/misc/alpine.func @@ -386,7 +386,7 @@ fi msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" - pct exec $CTID -- ash -c "apk add bash" + pct exec $CTID -- ash -c "apk add bash >/dev/null" lxc-attach -n $CTID -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit }