fix unset LOG_CONCURRENCY crashing apps (#475)
if an app has a .profile.d script that does set -u, and that is evaluated before WEB_CONCURRENCY.sh (because of alpha order when globbing), the access to the variable, if unset, would cause a failure on startup the fix is to check if the variable is set, using the '+' parameter substitution
Showing
Please register or sign in to comment