struct(entrypoint): add planned exit codes

This commit is contained in:
Asif Bacchus 2021-07-25 15:13:31 -06:00
parent 1c608859e7
commit e499b7982c
1 changed files with 8 additions and 1 deletions

View File

@ -123,4 +123,11 @@ fi
printf "\nSetup complete...Container ready...\n"
exec "$@"
#EOF
# exit return codes
# 10x certificate generation errors
# 101 unable to generate DSA-parameters
# 102 unable to generate private key
# 103 unable to generate self-signed certificate
#EOF