Refactored install scripts to separate script paths

Minor improvement to readability so the script path stands out as being
configuragble versus being grouped with the default Bash settings.
This commit is contained in:
Brooke Kuhlmann
2021-03-14 11:12:05 -06:00
parent 35663cf8b3
commit e9476d6a6a
7 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ set -o nounset
set -o errexit
set -o pipefail
IFS=$'\n\t'
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_applications"
if [[ -x "$SCRIPT_PATH" ]]; then