bitlbee: use correct sh test
No revbump; not important enough to update. Important enough to fix. Closes #4248
This commit is contained in:
parent
ecf8e4815f
commit
025a1104b1
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue