Skip to content

Commit 430b496

Browse files
committed
fix upstart
1 parent 985accf commit 430b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/netflix-proxy-admin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ stop on runlevel [!2345]
44
respawn
55
script
66
cd {{CWD}}/auth\
7-
&& source {{CWD}}/venv/bin/activate\
7+
&& . {{CWD}}/venv/bin/activate\
88
&& {{CWD}}/venv/bin/python auth.py 43867
99
end script

0 commit comments

Comments
 (0)