From 6a30f4a87ae981e48b51d5bd652af746805c24bf Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 28 Jul 2022 17:20:26 +0200 Subject: fix settings --- bash/board.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/board.bash') diff --git a/bash/board.bash b/bash/board.bash index 4df9f2a..5c5ac32 100644 --- a/bash/board.bash +++ b/bash/board.bash @@ -2,7 +2,7 @@ # config in ~/.files.config -if [ "$BB_ENABLE"="yes" ]; then +if [ ! "$BB_ENABLE" = "yes" ]; then return fi -- cgit v1.2.3