This commit is contained in:
randomuser 2021-05-11 20:54:47 -05:00
parent 714b3bd408
commit b1b4086912
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cache () {
} }
err () { err () {
printf "err: %s\n" ${1} printf "err: %s\n" ${1}
[ -z "${2}" ] && 2=1 [ -z "${2}" ] && exit 1
exit ${2} exit ${2}
} }
sync () { sync () {