Skip to content

Commit

Permalink
Merge pull request #5 from Solidfiles/master
Browse files Browse the repository at this point in the history
Fix typo in Upstart script
  • Loading branch information
jarshwah committed Jul 17, 2014
2 parents 75488be + 090d1fc commit ce082f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/uwsgi_upstart.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre-start script
uwsgilog="<%= @log_file %>"
uwsgipid="<%= @pidfile %>"
uwsgisocket="<%= @socket %>"
uwsgilogddir="${uwsgilogd%/*}"
uwsgilogdir="${uwsgilog%/*}"
uwsgipiddir="${uwsgipid%/*}"
uwsgisocketdir="${uwsgisocket%/*}"
mkdir -p "$uwsgipiddir"
Expand Down

0 comments on commit ce082f8

Please sign in to comment.