Fixing snowflake

This commit is contained in:
Steven Seifried 2022-10-09 19:49:01 +02:00
parent 66c027775b
commit 23394087fc
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -222,6 +222,6 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/$GITREPO/main/ct/create
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"
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/$GITREPO/main/setup/$var_install.sh)" || exit lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/$GITREPO/main/setup_files/$var_install.sh)" || exit
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"