The reason is..... I’m a bash novice lolWhat is the reason for using exit -1 rather than a value from 0-255? I'm trying to eliminate errors from ShellCheck, and this is the only one remaining.
I now have exit 1 as an error and exit 0 as a success