Skip to content

Commit ce082f8

Browse files
committed
Merge pull request #5 from Solidfiles/master
Fix typo in Upstart script
2 parents 75488be + 090d1fc commit ce082f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/uwsgi_upstart.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pre-start script
1313
uwsgilog="<%= @log_file %>"
1414
uwsgipid="<%= @pidfile %>"
1515
uwsgisocket="<%= @socket %>"
16-
uwsgilogddir="${uwsgilogd%/*}"
16+
uwsgilogdir="${uwsgilog%/*}"
1717
uwsgipiddir="${uwsgipid%/*}"
1818
uwsgisocketdir="${uwsgisocket%/*}"
1919
mkdir -p "$uwsgipiddir"

0 commit comments

Comments
 (0)