more debugging fixes

This commit is contained in:
Miguel Muniz 2024-07-23 07:57:25 -07:00
parent bc277d29e2
commit 66d4d53ed8
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.history

View File

@ -70,9 +70,7 @@ exit
}
start
msg_ok "start\n"
build_container
msg_ok "container\n"
description
msg_ok "Completed Successfully!\n"

View File

@ -198,6 +198,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/Rogue-King/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}