Fix typo in nodepool-builder.init

Change-Id: I5902595d1aa6ee4e7141b58b51ce6913b73df627
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-19 11:32:17 -05:00
parent aaa485a777
commit 70e0e5f1c6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ do_start()
if [ ! -d "$PIDFILE_DIR" ] ; then
mkdir -p $PIDFILE_DIR
chown $USER $PIFILE_DIR
chown $USER $PIDFILE_DIR
fi
ulimit -n 8192
start-stop-daemon --start --quiet --pidfile $PIDFILE -c $USER --exec $DAEMON --test > /dev/null \