mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Less bold
This commit is contained in:
parent
50e0996f20
commit
5e3b06e9cf
@ -956,7 +956,7 @@ function config_delete {
|
||||
# Exit Codes
|
||||
## No Changes Made
|
||||
function exit_nochange {
|
||||
MESSAGE="${BOLD}${PROGRAM}${NC} ${TASKTYPE} Aborting"
|
||||
MESSAGE="${PROGRAM} ${TASKTYPE} Aborting"
|
||||
echo_info
|
||||
exit 0
|
||||
}
|
||||
@ -964,7 +964,7 @@ function exit_nochange {
|
||||
## Changes Made
|
||||
function exit_withchange {
|
||||
SCRIPT_END=$SECONDS
|
||||
MESSAGE="${BOLD}${PROGRAM}${NC} ${TASKTYPE} Completed in $((SCRIPT_END-SCRIPT_START)) seconds"
|
||||
MESSAGE="${PROGRAM} ${TASKTYPE} Completed in $((SCRIPT_END-SCRIPT_START)) seconds"
|
||||
echo_info
|
||||
exit 0
|
||||
}
|
||||
@ -1125,7 +1125,7 @@ function echo_need {
|
||||
# SCRIPT EXECUTION ###########################
|
||||
SCRIPT_START=$SECONDS
|
||||
|
||||
MESSAGE="${BOLD}${PROGRAM}${NC} Executing"
|
||||
MESSAGE="${PROGRAM} Executing"
|
||||
echo_info
|
||||
|
||||
MESSAGE="Evaluating Arguments"
|
||||
|
Loading…
Reference in New Issue
Block a user