Skip to content

Commit 090d1fc

Browse files
author
David Andersson
committed
Fix typo in Upstart script
1 parent 75488be commit 090d1fc

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)