Skip to content

Commit

Permalink
Fix init script ERB syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lamontagne committed Jun 18, 2013
1 parent e2dc157 commit dda9d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/gitlab.init.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
### END INIT INFO


APP_ROOT="@gitlab_app_home"
APP_USER="@user"
APP_ROOT="<%= @gitlab_app_home %>"
APP_USER="<%= @user %>"
DAEMON_OPTS="-C $APP_ROOT/config/puma.rb"
PID_PATH="$APP_ROOT/tmp/pids"
SOCKET_PATH="$APP_ROOT/tmp/sockets"
Expand Down

0 comments on commit dda9d0a

Please sign in to comment.