fix bracket
parent
242d13928c
commit
bb290ad6f4
4
blonk.sh
4
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue