From a0e955806ecbff2ba08c9d29d6a4724e54ccb4bc Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Wed, 5 Nov 2014 22:46:00 -0500 Subject: [PATCH] Port changed --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index e2b5a04..b8cc966 100755 --- a/bin/release +++ b/bin/release @@ -4,5 +4,5 @@ set -e cat << EOF --- default_process_types: - web: echo 's//$PORT/g' && sed -i 's//$PORT/g' /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf + web: sed -i "s//$PORT/g" /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf EOF