From 11afb719ffaccb272dc7595feacf8d5a45bff77a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 27 May 2019 06:20:05 -0600 Subject: [PATCH] updated error code notation in comments --- backup_new.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup_new.sh b/backup_new.sh index 8fe0d7c..0d08e07 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -665,7 +665,7 @@ exit 0 # 115: could not dump CCNET-DB # 116: could not dump SEAFILE-DB # 117: could not dump SEAHUB-DB -# 130: null borg configuration variable -# 131: invalid borg configuration variable +# 130: null configuration variable in details file +# 131: invalid configuration variable in details file # 138: borg exited with a critical error # 139: borg prune exited with a critical error \ No newline at end of file