scriptHelp exits with code 98 and NO logging
This commit is contained in:
parent
4eee202c5e
commit
9d0989f9a9
@ -18,7 +18,8 @@ stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"
|
|||||||
### scriptHelp -- display usage information for this script
|
### scriptHelp -- display usage information for this script
|
||||||
function scriptHelp {
|
function scriptHelp {
|
||||||
echo "In the future, I will be something helpful!"
|
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
|
### quit -- exit the script after logging any errors, warnings, etc. and
|
||||||
|
Loading…
Reference in New Issue
Block a user