Use helper to evaluate boolean value.
This commit is contained in:
parent
faf17984a7
commit
b61088c666
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ echo "/config/profile"
|
|||
echo "--setDefaultBrowser"
|
||||
|
||||
# Check if kiosk mode is enabled.
|
||||
if [ "${FF_KIOSK:-0}" == 1 ]; then
|
||||
if is-bool-val-true "${FF_KIOSK:-0}"; then
|
||||
echo "--kiosk"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue