struct(entrypoint): add planned exit codes
This commit is contained in:
parent
1c608859e7
commit
e499b7982c
@ -123,4 +123,11 @@ fi
|
|||||||
printf "\nSetup complete...Container ready...\n"
|
printf "\nSetup complete...Container ready...\n"
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
||||||
|
|
||||||
|
# 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
|
#EOF
|
Loading…
Reference in New Issue
Block a user