cleanup console output
This commit is contained in:
parent
bfdb85b384
commit
962177dda5
@ -23,8 +23,9 @@ fi
|
|||||||
|
|
||||||
# update HTTPS redirect port if SSL server test block exists
|
# update HTTPS redirect port if SSL server test block exists
|
||||||
if [ -f "/etc/nginx/sites/note" ]; then
|
if [ -f "/etc/nginx/sites/note" ]; then
|
||||||
printf "\nUpdating port redirects...\n"
|
printf "Updating port redirects...\n"
|
||||||
sed -i -e "s%<HTTPS_PORT>%${HTTPS_PORT}%" /etc/nginx/sites/05-test_secured.conf.disabled
|
sed -i -e "s%<HTTPS_PORT>%${HTTPS_PORT}%" /etc/nginx/sites/05-test_secured.conf.disabled
|
||||||
|
printf "done\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# activate HSTS
|
# activate HSTS
|
||||||
@ -78,6 +79,7 @@ elif [ "$TLS13_ONLY" = TRUE ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# execute commands passed to this container
|
# execute commands passed to this container
|
||||||
|
printf "\nSetup complete...Container ready...\n"
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
||||||
#EOF
|
#EOF
|
Loading…
Reference in New Issue
Block a user