aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/board.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/board.bash b/bash/board.bash
index fb0fdcb..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