From 02c38102490dbaf566e5e014b7ed5e23f7f99ba9 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Wed, 5 Nov 2014 00:28:07 -0500 Subject: [PATCH] Further changes --- bin/release | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/release b/bin/release index e7fad55..02dda50 100755 --- a/bin/release +++ b/bin/release @@ -1,8 +1,11 @@ #!/usr/bin/env bash set -e +ls -la / +ls -la /app + cat << EOF --- default_process_types: - web: erb /app/nginx.conf.erb > /app/nginx.conf && /nginx/nginx -c /app/nginx.conf + web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf EOF