From 94b42612a30652bb4c768ee04c0e54d0a8a86a32 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..fb0fdcb 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