diff --git a/ab-openldap/ab-openldap.sh b/ab-openldap/ab-openldap.sh index 3171e26..8792409 100755 --- a/ab-openldap/ab-openldap.sh +++ b/ab-openldap/ab-openldap.sh @@ -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 \ No newline at end of file