Skip to content

Commit 833342f

Browse files
openhabianopenhabian
authored andcommitted
whiptail tweaks
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 2fc37c8 commit 833342f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

functions/menu.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ show_main_menu() {
110110
esac
111111

112112
elif [[ "$choice" == "20"* ]]; then
113-
choice2=$(whiptail --title "openHABian Configuration Tool — $(get_git_revision)" --menu "Optional Components" 32 118 24 --cancel-button Back --ok-button Execute \
113+
choice2=$(whiptail --title "openHABian Configuration Tool — $(get_git_revision)" --menu "Optional Components (scroll to see more)" 24 118 16 --cancel-button Back --ok-button Execute \
114114
"21 | Log Viewer" "[DEPRECATED] openHAB Log Viewer webapp (frontail)" \
115115
" | Add log to viewer" "[DEPRECATED] Add a custom log to openHAB Log Viewer (frontail)" \
116116
" | Remove log from viewer" "[DEPRECATED] Remove a custom log from openHAB Log Viewer (frontail)" \

functions/packages.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ install_grott() {
10261026
if ! cond_redirect systemctl enable --now "${serviceName}"; then echo "FAILED (enable ${serviceName})"; return 1; fi
10271027

10281028
if [[ -n "$INTERACTIVE" ]]; then
1029-
whiptail --title "Grott Proxy installed" --msgbox "We installed Grott Proxy on your system." 7 80
1029+
whiptail --title "Grott Proxy Installed" --msgbox "We installed Grott Proxy on your system." 7 80
10301030
fi
10311031
fi
10321032

@@ -1045,7 +1045,7 @@ install_grott() {
10451045
if ! cond_redirect rm -rf "$grottFolder"; then echo "FAILED (remove ${grottFolder})"; return 1; fi
10461046

10471047
if [[ -n "$INTERACTIVE" ]]; then
1048-
whiptail --title "Grott Proxy removed" --msgbox "We removed Grott Proxy from your system." 7 80
1048+
whiptail --title "Grott Proxy Removed" --msgbox "We removed Grott Proxy from your system." 7 80
10491049
fi
10501050
fi
10511051

0 commit comments

Comments
 (0)