Ignore warning in shellcheck

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-01-04 00:47:33 -05:00
parent 9f398bb021
commit ba31e65dd4

View file

@ -137,6 +137,7 @@ WriteFile() {
####################### #######################
# Load the error code # # Load the error code #
####################### #######################
# shellcheck disable=SC2320
ERROR_CODE=$? ERROR_CODE=$?
############################## ##############################