1 parent 1661e3e commit 43c1d74Copy full SHA for 43c1d74
1 file changed
functions/packages.bash
@@ -940,7 +940,7 @@ install_grott() {
940
local installType="$1"
941
942
# In non- interactive mode, skip setup unless openhabian.config grottSetupEnabled == true
943
- if [[ -z "$INTERACTIVE" ]] && ( [[ -z "$grottSetupEnabled" ]] || [[ "$grottSetupEnabled" != "true" ]] ); then
+ if [[ -z "$INTERACTIVE" ]] && { [[ -z "$grottSetupEnabled" ]] || [[ "$grottSetupEnabled" != "true" ]]; }; then
944
echo "$(timestamp) [openHABian] Setup Grott Proxy... SKIPPED (setup not enabled)"
945
return 0
946
fi
0 commit comments