File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)" \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments