Fix syntasx error in init from last commit

This commit is contained in:
Deon George 2021-01-14 17:46:26 +11:00
parent ba0b285a8f
commit 564e85a1d9

2
init
View File

@ -22,7 +22,7 @@ if [ ! -e "${SBBSCTRL}/../text/answer.msg" ]; then
fi fi
if [ -r ${SBBSCTRL}/doorparty-connector.users ]; then if [ -r ${SBBSCTRL}/doorparty-connector.users ]; then
${SBBSCTRL}../exec/doorparty.sh ${SBBSCTRL}/../exec/doorparty.sh
fi fi
if [ -x /usr/sbin/zerotier-one -a -n "${ENABLE_ZT}" ]; then if [ -x /usr/sbin/zerotier-one -a -n "${ENABLE_ZT}" ]; then