aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/sysvinit-thin.ugly2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sysvinit-thin.ugly b/config/sysvinit-thin.ugly
index 1d2bb850a..9661b77ef 100755
--- a/config/sysvinit-thin.ugly
+++ b/config/sysvinit-thin.ugly
@@ -25,7 +25,7 @@ su -l -c "cd $SITE_HOME && bundle exec thin --version &> /dev/null || exit 0" $U
start_daemon() {
echo -n "Starting $DESC: "
- cd "$SITE_HOME"/alaveteli && bundle exec thin \
+ cd "$SITE_HOME" && bundle exec thin \
--environment=production \
--user="$USER" \
--group="$USER" \