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
|
# https://github.com/ondsinet/chip/tree/master/Programs/blonk
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ "$1" == "-d"]; then
|
if [ "$1" == "-d" ]; then
|
||||||
DAEMON="1"
|
DAEMON="1"
|
||||||
else
|
else
|
||||||
DAEMON="0"
|
DAEMON="0"
|
||||||
|
|
@ -59,7 +59,7 @@ read_config(){
|
||||||
if [ -f /usr/local/etc/blonk.cfg ]; then :
|
if [ -f /usr/local/etc/blonk.cfg ]; then :
|
||||||
source /usr/local/etc/blonk.cfg
|
source /usr/local/etc/blonk.cfg
|
||||||
else :
|
else :
|
||||||
blonk_error "can't find /usr/local/etc/blonk.cfg"
|
#blonk_error "can't find /usr/local/etc/blonk.cfg"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue