From 4f817d08846def3e0b047e8613eb4ae3f0f4e5fc Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 12 Mar 2025 15:51:41 +0100 Subject: [PATCH] Add helper.func --- misc/helpers.func | 2 +- vm/debian-vm-test-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/helpers.func b/misc/helpers.func index 6cbf54f..fc7b437 100644 --- a/misc/helpers.func +++ b/misc/helpers.func @@ -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}" diff --git a/vm/debian-vm-test-helper.sh b/vm/debian-vm-test-helper.sh index fea5c8f..fd7858f 100644 --- a/vm/debian-vm-test-helper.sh +++ b/vm/debian-vm-test-helper.sh @@ -284,7 +284,7 @@ function advanced_settings() { } -check_root +root_check arch_check pve_check ssh_check