alpine test

This commit is contained in:
tteckster
2023-03-21 12:44:56 -04:00
committed by GitHub
parent c5e7807d55
commit 0adb39c4e1
8 changed files with 681 additions and 616 deletions

View File

@@ -88,13 +88,13 @@ echo_default() {
echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
}
function exit-script() {
exit-script() {
clear
echo -e "⚠ User exited script \n"
exit
}
function advanced_settings() {
advanced_settings() {
if CT_TYPE=$(whiptail --title "CONTAINER TYPE" --radiolist "Choose Type" 10 58 2 \
"1" "Unprivileged" ON \
"0" "Privileged" OFF \
@@ -301,7 +301,7 @@ function advanced_settings() {
fi
}
function install_script() {
install_script() {
arch_check
pve_check
NEXTID=$(pvesh get /cluster/nextid)