summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 20:41:50 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:59 +0200
commitc90322fffc1ecf062a8c48e8a1bc27077fa5dbc2 (patch)
tree85c9f84350a3f9c26f8cb7851ef4fd252b52b0e8
parent0245042a5337d07748ba4b48c7c56a6fa91bbfbe (diff)
downloadbugzilla-c90322fffc1ecf062a8c48e8a1bc27077fa5dbc2.tar.gz
bugzilla-c90322fffc1ecf062a8c48e8a1bc27077fa5dbc2.tar.xz
hypnotoad will restart if started while already running
-rwxr-xr-xvagrant_support/hypnotoad7
1 files changed, 3 insertions, 4 deletions
diff --git a/vagrant_support/hypnotoad b/vagrant_support/hypnotoad
index bd5fb3a2e..dc92fac23 100755
--- a/vagrant_support/hypnotoad
+++ b/vagrant_support/hypnotoad
@@ -1,5 +1,5 @@
#!/bin/bash
-#
+#
# bugzilla-push This starts, stops, and restarts the Bugzilla push
# daemon, which manages syncronising bugzilla.mozilla.org and
# third party bugzilla installs.
@@ -43,9 +43,9 @@ fi
# specify it here.
OPTIONS=""
-# You can also override the configuration by creating a
+# You can also override the configuration by creating a
# /etc/sysconfig/bugzilla-queue file so that you don't
-# have to edit this script.
+# have to edit this script.
if [ -r /etc/sysconfig/$NAME ]; then
. /etc/sysconfig/$NAME
fi
@@ -89,7 +89,6 @@ stop ()
restart ()
{
- stop
start
}