Default logging to 'no'

This commit is contained in:
Bob Mottram 2016-11-28 14:05:30 +00:00
parent 1c7b22ea1a
commit dca0cb9b1b
1 changed files with 1 additions and 0 deletions

View File

@ -1185,6 +1185,7 @@ function logging_on_off {
logging="no"
dialog --title $"Logging" \
--backtitle $"Freedombone Control Panel" \
--defaultno \
--yesno $"\nDo you want to turn logging on?" 7 60
sel=$?
case $sel in