Merge "Make glance nginx.sh POSIX compatible"
This commit is contained in:
commit
7eaff57c7c
@ -3,14 +3,14 @@ set -xe
|
||||
|
||||
COMMAND="${@:-start}"
|
||||
|
||||
function start () {
|
||||
start () {
|
||||
envsubst < /etc/nginx/nginx.conf > /tmp/nginx.conf
|
||||
cat /tmp/nginx.conf
|
||||
nginx -t -c /tmp/nginx.conf
|
||||
exec nginx -c /tmp/nginx.conf
|
||||
}
|
||||
|
||||
function stop () {
|
||||
stop () {
|
||||
nginx -s stop
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user