Commit 4a0815da by Feanil Patel

Remove endif.

parent 9bdeb6c3
...@@ -27,4 +27,3 @@ chdir {{edx_platform_code_dir}} ...@@ -27,4 +27,3 @@ chdir {{edx_platform_code_dir}}
setuid www-data setuid www-data
exec {{venv_dir}}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{edx_platform_code_dir}} --settings=cms.envs.aws exec {{venv_dir}}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{edx_platform_code_dir}} --settings=cms.envs.aws
{% endif %}
...@@ -38,4 +38,3 @@ post-start script ...@@ -38,4 +38,3 @@ post-start script
fi fi
done done
end script end script
{% endif %}
...@@ -36,4 +36,3 @@ post-start script ...@@ -36,4 +36,3 @@ post-start script
fi fi
done done
end script end script
{% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment