Update build.func

This commit is contained in:
tteckster 2023-05-10 20:43:41 -04:00 committed by GitHub
parent a225b3c51c
commit d6148a5f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ exit-script() {
advanced_settings() {
whiptail --msgbox --title "Default distribution for $APP" "${var_os} \n${var_version} \n" 8 58
whiptail --msgbox "Spacebar = Select." 8 58
whiptail --msgbox "Spacebar = Select" 8 58
if [ "$var_os" != "alpine" ]; then
var_os=""
while [ -z "$var_os" ]; do