summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-14 19:05:03 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-14 19:10:20 +0200
commit4a130afba58836ebb2f70a31c88588ea46017009 (patch)
tree200816c2c7525e76228559e6b0ee81dc46980c14 /scripts
parent480bbf368b485a6a0317b9356ce90b75201b3efa (diff)
downloadbugzilla-4a130afba58836ebb2f70a31c88588ea46017009.tar.gz
bugzilla-4a130afba58836ebb2f70a31c88588ea46017009.tar.xz
Bug 1328874 - Add Vagrantfile for production-like development VMs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bugzilla-queue.rhel2
1 files changed, 1 insertions, 1 deletions
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