Changeset - 91f1fe045f28
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2016-11-21 22:10:36
branko@majic.rs
MAR-73: Fixed the virtualenv wrapper script in wsgi_website role to properly escape arguments.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/wsgi_website/templates/venv_exec.j2
Show inline comments
 
#!/bin/bash
 

	
 
source {{ home }}/virtualenv/bin/activate
 
$@
 
"$@"
0 comments (0 inline, 0 general)