bitlbee: use correct sh test

No revbump; not important enough to update. Important enough to
fix. Closes #4248
This commit is contained in:
Toyam Cox 2016-06-02 18:33:35 -04:00
parent ecf8e4815f
commit 025a1104b1

View file

@ -2,5 +2,5 @@
set -e
mkdir -p /var/lib/bitlbee /run/bitlbee
chown bitlbee:bitlbee /var/lib/bitlbee /run/bitlbee
[ -s conf ] && . ./conf
[ -r conf ] && . ./conf
exec chpst -u bitlbee:bitlbee bitlbee -n ${OPTS:=-F}