From d8109e02c1d4020020780a5f68cea60167fd9462 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:30:26 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 4321bf6..5c5eab8 100644 --- a/misc/build.func +++ b/misc/build.func @@ -432,7 +432,7 @@ exit_script() { # This function allows the user to configure advanced settings for the script. advanced_settings() { - whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --msgbox --title "Here is an instructional tip:" "To make a selection, use the Spacebar. \n The default distribution for $APP is: ${var_os} ${var_version} \n" 8 58 + whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --msgbox --title "Here is an instructional tip:" "To make a selection, use the Spacebar." 8 58 # if [ "$var_os" != "alpine" ]; then # var_default_os="${var_os}" # var_os=""