summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}