error code reference

This commit is contained in:
Asif Bacchus 2019-05-23 21:19:28 -06:00
parent 44e2b93377
commit 2f8271e636
1 changed files with 9 additions and 1 deletions

View File

@ -180,4 +180,12 @@ printf "${cyan}[%s] -- [INFO] Log located at ${yellow}%s${cyan} --${norm}\n" \
exit 0
exit 0
### error codes
# 1: parameter error
# 2: not run as root
# 100: could not start seafile service
# 101: could not start seahub service
# 102: could not stop seafile service
# 103: could not stop seahub service