SHA256
1
0
forked from pool/bitlbee
Martin Caj 2014-06-19 11:28:51 +00:00 committed by Git OBS Bridge
parent 0559ed7405
commit b4c635f032

View File

@ -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.
if [ ! -d "$BITLBEE_PIDDIR" ]; then
/usr/bin/mkdir -p "$BITLBEE_PIDDIR"
/usr/bin/chown bitlbee.bitlbee "$BITLBEE_PIDDIR"
/bin/mkdir -p "$BITLBEE_PIDDIR"
/bin/chown bitlbee.bitlbee "$BITLBEE_PIDDIR"
fi
# Shell functions sourced from /etc/rc.status: