A lot of small fixes, improvements on startup tests, migration

This commit is contained in:
kexkey
2021-11-27 00:31:18 -05:00
parent bfd9261890
commit ef4cd781da
17 changed files with 178 additions and 82 deletions

View File

@@ -97,8 +97,10 @@ main()
fi
done
trace "[main] exiting"
return 0
return ${returncode}
}
main
exit $?
returncode=$?
trace "[requesthandler] exiting"
exit ${returncode}