From bbe4d82c64a66b42f3e85d166f7881a1a9020bda Mon Sep 17 00:00:00 2001 From: haskal Date: Mon, 27 Apr 2020 01:45:42 -0400 Subject: [PATCH] Add exec --- scripts/run-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-nginx b/scripts/run-nginx index e35b884..5929fd5 100755 --- a/scripts/run-nginx +++ b/scripts/run-nginx @@ -3,4 +3,4 @@ THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" PARENT_DIR="$(dirname $THIS_DIR)" -nginx -c "$THIS_DIR/nginx.conf" -p "$PARENT_DIR" +exec nginx -c "$THIS_DIR/nginx.conf" -p "$PARENT_DIR"