From 8030ff42cf29b0b7c21bc63be0b1f463b096d18a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 May 2019 20:30:41 -0600 Subject: [PATCH] update error 200 text --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index afe9b88..dce6659 100755 --- a/backup.sh +++ b/backup.sh @@ -296,7 +296,7 @@ xtraFiles=() ### Error codes errorExplain[100]="Could not start Seafile service(s)" -errorExplain[200]="Could not dump Seafile SQL database" +errorExplain[200]="Could not dump Seafile SQL databases" 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)" errorExplain[212]="Name of borg repo was not specified (borg backup details file)"