• David Zülke's avatar
    fix unset LOG_CONCURRENCY crashing apps (#475) · acc99022
    David Zülke authored
    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
    acc99022
Name
Last commit
Last update
..
WEB_CONCURRENCY.sh Loading commit data...
nodejs.sh Loading commit data...