mirror of https://github.com/tteck/Proxmox.git
more debugging fixes
This commit is contained in:
parent
bc277d29e2
commit
66d4d53ed8
|
@ -0,0 +1 @@
|
||||||
|
.history
|
|
@ -70,9 +70,7 @@ exit
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
msg_ok "start\n"
|
|
||||||
build_container
|
build_container
|
||||||
msg_ok "container\n"
|
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
|
|
|
@ -198,6 +198,6 @@ EOF
|
||||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
msg_ok "Customized Container"
|
msg_ok "Customized Container"
|
||||||
fi
|
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
|
chmod +x /usr/bin/update
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue