mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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
|
set -e
|
||||||
mkdir -p /var/lib/bitlbee /run/bitlbee
|
mkdir -p /var/lib/bitlbee /run/bitlbee
|
||||||
chown bitlbee:bitlbee /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}
|
exec chpst -u bitlbee:bitlbee bitlbee -n ${OPTS:=-F}
|
||||||
|
|
Loading…
Add table
Reference in a new issue