Switch to sh

This commit is contained in:
Florian Heinemann
2014-11-05 01:35:10 -05:00
parent 8d4667f1c8
commit afe205f1cf
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ set -e
cat << EOF cat << EOF
--- ---
default_process_types: default_process_types:
web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf web: sh start.sh
EOF EOF
+2
View File
@@ -0,0 +1,2 @@
erb /app/nginx.conf.erb > /app/nginx.conf
/app/nginx/nginx -c /app/nginx.conf