aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-25 10:50:36 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-25 10:50:36 +0200
commit48198a083ae14e24938ee74359d45fc058593b86 (patch)
treefc2c2d49b0487f1ebdb26cfb2cb5a897ee863ab9
parentf4e2e5cdf8e0b1df9246bcc941807f05aa3f2d74 (diff)
Fixed upstart file.
-rw-r--r--scripts/rhodecode-stop.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-stop.conf b/scripts/rhodecode-stop.conf
index 9d61eb8..c775dbb 100644
--- a/scripts/rhodecode-stop.conf
+++ b/scripts/rhodecode-stop.conf
@@ -13,6 +13,6 @@ env HOME="/home/rhodecode"
script
for conf in `ls $HOME/production-*.ini` ; do
- stop rhodecode-start APPINI=`basename $conf`
+ stop rhodecode APPINI=`basename $conf`
done
end script