• D
    Avoid hardcoded bash location in mgmt utils · 3ae06a9b
    Daniel Gustafsson 提交于
    Rather than hardcoding to require /bin/bash, move to using a lookup
    via "/usr/bin/env bash" to allow for greater portability of the code.
    This also changes the Bash test to checking if the current shell is
    actually Bash, rather than looking if bash is available on the file
    system (since we by the above mentioned changes no longer need that).
    3ae06a9b
gp_bash_functions.sh 48.6 KB