Skip to content

Commit 43c1d74

Browse files
openhabianopenhabian
authored andcommitted
fix style check error
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 1661e3e commit 43c1d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/packages.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ install_grott() {
940940
local installType="$1"
941941

942942
# In non- interactive mode, skip setup unless openhabian.config grottSetupEnabled == true
943-
if [[ -z "$INTERACTIVE" ]] && ( [[ -z "$grottSetupEnabled" ]] || [[ "$grottSetupEnabled" != "true" ]] ); then
943+
if [[ -z "$INTERACTIVE" ]] && { [[ -z "$grottSetupEnabled" ]] || [[ "$grottSetupEnabled" != "true" ]]; }; then
944944
echo "$(timestamp) [openHABian] Setup Grott Proxy... SKIPPED (setup not enabled)"
945945
return 0
946946
fi

0 commit comments

Comments
 (0)