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

@@ -35,5 +35,6 @@ main() {
}
main
returncode=$?
trace "[requesthandler] exiting"
exit $?
exit ${returncode}