Skip to content

Commit ae46ee7

Browse files
authored
Fix persistance of frontail prompt (#2040)
This should make it such that the frontail prompt is persistant rather that being forgotten every time the tool updates. Signed-off-by: Ethan Dye <mrtops03@gmail.com>
1 parent a4d0543 commit ae46ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-image/openhabian.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ java_opt=Temurin21
8080
# osrelease=
8181

8282
# Remember user frontail choice
83-
# frontail_remove=true
83+
frontail_remove=false
8484

8585
# install zram per default, set to "disable" to skip installation
8686
zraminstall=enable

0 commit comments

Comments
 (0)