fix bracket

master
Bryan 2021-01-02 00:36:04 -06:00
parent 242d13928c
commit bb290ad6f4
1 changed files with 2 additions and 2 deletions

View File

@ -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
} }