update err100, delete err101, create warn101

This commit is contained in:
Asif Bacchus 2019-05-18 23:27:08 -06:00
parent ce769c3e46
commit c8fba00b7b
1 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,7 @@ borgConfig=()
xtraFiles=()
### Error codes
errorExplain[100]="Could not put Seafile into maintenance mode"
errorExplain[101]="Could not exit Seafile maintenance mode"
errorExplain[100]="Could not start Seafile service(s)"
errorExplain[200]="Could not dump Seafile SQL database"
errorExplain[210]="Invalid or non-existant borg base directory specified (borg backup details file)"
errorExplain[211]="Invalid or non-existant path to borg SSH keyfile (borg backup details file)"
@ -277,6 +276,7 @@ errorExplain[220]="Borg exited with a critical error. Please check this script's
errorExplain[221]="Borg prune exited with ERRORS. Please check this script's logfile for details"
### Warning codes & messages
warningExplain[101]="Could not stop Seafile service(s) normally, had to force"
warningExplain[111]="Could not remove SQL dump file and directory, please remove manually"
warningExplain[5030]="Could not remove 503 error page. This MUST be removed manually before NGINX will serve webclients!"
warningExplain[5031]="No webroot path was specified (-w parameter missing)"