Double quotes in execute shell

2014-12-22 Thread Roman Naumenko
Hi, What's the proper way to pass variable like this? #!/bin/bash python manage.py config_server --base_dir /app/vr1 --socket :4555 test -u ubuntu -g ubuntu --extra logger=syslog:uwsgi-omega --extra log-format=%(addr) - %(user) [%(ltime)] "%(method) %(uri) %(proto)" %(status) %(size) "%(refere

Re: Double quotes in execute shell

2014-12-22 Thread Roman Naumenko
Never mind, python app wasn't processing arguments correctly. On Monday, December 22, 2014 11:33:46 AM UTC-5, Roman Naumenko wrote: > > Hi, > > What's the proper way to pass variable like this? > > #!/bin/bash > python manage.py config_server --base_dir /app/vr1 -