This commit is contained in:
Michael Stanclift 2020-05-30 22:08:47 -05:00
parent a9975d0630
commit 01ff343fba

View File

@ -1121,12 +1121,10 @@ function echo_need {
echo -en "${NEED} ${MESSAGE}: "
}
# SCRIPT EXECUTION ###########################
SCRIPT_START=$SECONDS
MESSAGE="${PROGRAM} Starting"
MESSAGE="${BOLD}${PROGRAM}${NC} Executing"
echo_info
MESSAGE="Evaluating Arguments"