scriptHelp exits with code 98 and NO logging

This commit is contained in:
Asif Bacchus 2018-09-19 15:38:19 -06:00
parent 4eee202c5e
commit 9d0989f9a9
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"
### scriptHelp -- display usage information for this script
function scriptHelp {
echo "In the future, I will be something helpful!"
quit 98
# do NOT use quit function, just exit with error code
exit 98
}
### quit -- exit the script after logging any errors, warnings, etc. and