summaryrefslogtreecommitdiffstats
path: root/scripts/bugzilla-queue.rhel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bugzilla-queue.rhel')
-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