Skip to content

Commit 5a0bf65

Browse files
authored
1.12.0a (#2116)
* debugmode maximum -> on * adjust JDK menu titles Signed-off-by: Markus Storm <markus.storm@gmx.net>
1 parent 2388d98 commit 5a0bf65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build-image/openhabian.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ clonebranch=openHAB
5757

5858
# debug verbosity mode
5959
# off, on (verbose output in log) or maximum (show every command)
60-
debugmode=maximum
60+
debugmode=on
6161

6262
# apt timeout to wait for lock with multiple install actions going on
6363
apttimeout=60

functions/menu.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ show_main_menu() {
222222
"43 | Clean cache" "Clean the cache for openHAB" \
223223
"44 | Nginx Proxy" "Setup reverse and forward web proxy" \
224224
"45 | OpenJDK 17" "Setup OpenJDK 17 as Java provider (default for OH v4 and older)" \
225-
" | OpenJDK 21" "Setup OpenJDK 21 as Java provider (DO NOT USE WILL BREAK SYSTEM)" \
225+
" | OpenJDK 21" "Setup OpenJDK 21 as Java provider (default)" \
226226
" | Temurin 17" "Setup Temurin 17 as Java provider (fallback for OH v4 and older)" \
227-
" | Temurin 21" "Setup Temurin 21 as Java provider (default)" \
227+
" | Temurin 21" "Setup Temurin 21 as Java provider (fallback for OH v5)" \
228228
" | OpenJDK 11" "Setup OpenJDK 11 as Java provider (legacy)" \
229229
"46 | Install openhab-js" "JS Scripting: Upgrade to latest version of JavaScript library (advanced)" \
230230
" | Uninstall openhab-js" "JS Scripting: Switch back to included version of JavaScript library" \

0 commit comments

Comments
 (0)