Added error code 1

This commit is contained in:
Asif Bacchus 2018-09-19 15:51:38 -06:00
parent dee81f261e
commit 3581fd3bb5

View File

@ -55,6 +55,10 @@ unset PARAMS
errorExplain=() errorExplain=()
### Error codes
errorExplain[1]="Missing or invalid parameters on script invocation."
### Process script parameters ### Process script parameters
# if no parameters provided, then show the help page and exit with error # if no parameters provided, then show the help page and exit with error