From 4a130afba58836ebb2f70a31c88588ea46017009 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 14 Apr 2017 13:05:03 -0400 Subject: Bug 1328874 - Add Vagrantfile for production-like development VMs --- scripts/bugzilla-queue.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bugzilla-queue.rhel') diff --git a/scripts/bugzilla-queue.rhel b/scripts/bugzilla-queue.rhel index dd7a2c664..083686828 100755 --- a/scripts/bugzilla-queue.rhel +++ b/scripts/bugzilla-queue.rhel @@ -75,7 +75,7 @@ start () touch $PIDFILE chown $USER $PIDFILE daemon --user=$USER \ - "$BIN ${OPTIONS} -p '$PIDFILE' -n $NAME start > /dev/null" + "cd $BUGZILLA && $BIN ${OPTIONS} -p '$PIDFILE' -n $NAME start > /dev/null" ret=$? [ $ret -eq "0" ] && touch /var/lock/subsys/$NAME echo -- cgit v1.2.3-24-g4f1b