From bb290ad6f4c9722ddac31f396b78421526f7aeed Mon Sep 17 00:00:00 2001 From: Bryan Date: Sat, 2 Jan 2021 00:36:04 -0600 Subject: [PATCH] fix bracket --- blonk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blonk.sh b/blonk.sh index 85ef6aa..5a6ecbf 100755 --- a/blonk.sh +++ b/blonk.sh @@ -12,7 +12,7 @@ # https://github.com/ondsinet/chip/tree/master/Programs/blonk # -if [ "$1" == "-d"]; then +if [ "$1" == "-d" ]; then DAEMON="1" else DAEMON="0" @@ -59,7 +59,7 @@ read_config(){ if [ -f /usr/local/etc/blonk.cfg ]; then : source /usr/local/etc/blonk.cfg else : - blonk_error "can't find /usr/local/etc/blonk.cfg" + #blonk_error "can't find /usr/local/etc/blonk.cfg" fi }