Made cleanup message of releng less loud
This commit is contained in:
parent
75b5ec323e
commit
c67f60a9c4
@ -58,9 +58,9 @@ cleanup() {
|
|||||||
# now call the nastiness
|
# now call the nastiness
|
||||||
chmod -R +w ${GEN_DATA_DIR}
|
chmod -R +w ${GEN_DATA_DIR}
|
||||||
rm -rf ${GEN_DATA_DIR}
|
rm -rf ${GEN_DATA_DIR}
|
||||||
boldify
|
# boldify
|
||||||
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
|
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
|
||||||
unboldify
|
# unboldify
|
||||||
else
|
else
|
||||||
printf "FAIL : ${SELF} : Safety check for being in releng_generated_data directory.\n"
|
printf "FAIL : ${SELF} : Safety check for being in releng_generated_data directory.\n"
|
||||||
printf "FAIL : ${SELF} : GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n"
|
printf "FAIL : ${SELF} : GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n"
|
||||||
@ -78,9 +78,9 @@ cleanup() {
|
|||||||
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
|
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
boldify
|
# boldify
|
||||||
printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
|
printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
|
||||||
unboldify
|
# unboldify
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user