Add exec
This commit is contained in:
parent
c932974174
commit
bbe4d82c64
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue