Whitespace.
This commit is contained in:
parent
df750a6ced
commit
229efb37dc
@ -205,8 +205,8 @@ while :; do
|
||||
|
||||
# Determine the new [toggled] value to use
|
||||
case "$value" in
|
||||
"[X]"*) value="NO";;
|
||||
*) value="YES";;
|
||||
"[X]"*) value="NO" ;;
|
||||
*) value="YES" ;;
|
||||
esac
|
||||
|
||||
err=$( f_sysrc_set "$rcvar" "$value" 2>&1 ) ||
|
||||
|
Loading…
Reference in New Issue
Block a user