Skip to content

Commit

Permalink
[enigma2.sh] fix possibly wrong DEBUG_LVL when restarting enigma2 via…
Browse files Browse the repository at this point in the history
… shutdown menu
  • Loading branch information
teamblue-e2 committed Jun 4, 2024
1 parent 900158b commit cfb7724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/enigma2.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ while : ; do
/sbin/reboot
;;
3)
DEBUG_LVL=3
DEBUG_LVL=${ENIGMA_DEBUG_LVL:-4}
;;
4)
/sbin/rmmod lcd
Expand Down

0 comments on commit cfb7724

Please sign in to comment.