Add helper.func

This commit is contained in:
Michel Roegl-Brunner 2025-03-12 15:51:41 +01:00
parent 4e3e66192f
commit 4f817d0884
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ ssh_check() {
fi
}
function start_script() {
start_script() {
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings${CL}"

View File

@ -284,7 +284,7 @@ function advanced_settings() {
}
check_root
root_check
arch_check
pve_check
ssh_check