debian/authentic2.init: fix wrong user and group for the /var/run dir

This commit is contained in:
Benjamin Dauvergne 2014-03-20 09:55:28 +01:00
parent 7490ea7e52
commit 9fa4446a19
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ done
# Create pid directory
if [ ! -d $PID_DIR ]; then
install -d -m 755 -o $NAME -g $NAME $PID_DIR
install -d -m 755 -o $USER -g $GROUP $PID_DIR
fi
#