move error codes to end of file
This commit is contained in:
parent
80ee3c7a3d
commit
b6fc492881
@ -6,13 +6,6 @@
|
||||
#
|
||||
|
||||
|
||||
# error code reference:
|
||||
# 0: exited normally, no errors
|
||||
# 1: unknown startup option passed to script
|
||||
# 2: current user is unauthorized to operate docker
|
||||
# 3: 'params' file not found in same directory as script
|
||||
# 5: specified TLS-related files (cert, key or chain) not found
|
||||
|
||||
|
||||
# text formatting presets
|
||||
cyan=$(tput setaf 6)
|
||||
@ -472,3 +465,14 @@ fi
|
||||
|
||||
### exit gracefully
|
||||
exit 0
|
||||
|
||||
|
||||
# error code reference:
|
||||
# 0: exited normally, no errors
|
||||
# 1: unknown startup option passed to script
|
||||
# 2: current user is unauthorized to operate docker
|
||||
# 3: 'params' file not found in same directory as script
|
||||
# 5: specified TLS-related files (cert, key or chain) not found
|
||||
|
||||
|
||||
#EOF
|
Loading…
Reference in New Issue
Block a user