forked from pool/bitlbee
This commit is contained in:
parent
0559ed7405
commit
b4c635f032
@ -35,8 +35,8 @@ test -x $BITLBEE_BIN || { echo "$BITLBEE_BIN not installed";
|
|||||||
|
|
||||||
# /var/run might be tmfs, so if $BITLBEE_PIDDIR not exist yet create it now.
|
# /var/run might be tmfs, so if $BITLBEE_PIDDIR not exist yet create it now.
|
||||||
if [ ! -d "$BITLBEE_PIDDIR" ]; then
|
if [ ! -d "$BITLBEE_PIDDIR" ]; then
|
||||||
/usr/bin/mkdir -p "$BITLBEE_PIDDIR"
|
/bin/mkdir -p "$BITLBEE_PIDDIR"
|
||||||
/usr/bin/chown bitlbee.bitlbee "$BITLBEE_PIDDIR"
|
/bin/chown bitlbee.bitlbee "$BITLBEE_PIDDIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Shell functions sourced from /etc/rc.status:
|
# Shell functions sourced from /etc/rc.status:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user