Skip to content

Commit 2eefbf6

Browse files
authored
Add is_trixie for CMDLINETXT path definition (#2107)
Signed-off-by: pudermueller <c.mengler@web.de>
1 parent 0d96129 commit 2eefbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openhabian-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cd /opt || exit 1
7878

7979
CONFIGTXT=/boot/config.txt
8080
CMDLINETXT=/boot/cmdline.txt
81-
if is_bookworm; then
81+
if is_trixie || is_bookworm; then
8282
CONFIGTXT=/boot/firmware/config.txt
8383
CMDLINETXT=/boot/firmware/cmdline.txt
8484
fi

0 commit comments

Comments
 (0)