From 5e77207a9bc35bbaa24bb437def0d6718a716672 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 24 May 2025 16:12:38 +0200 Subject: [PATCH] fix err log message directory not found --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup b/backup index 28a5a60..a0e70d5 100755 --- a/backup +++ b/backup @@ -266,7 +266,7 @@ main() echo "ℹ️ INFO: backup count $backup_count" [ -d "$backup_path" ] \ - || errlog "directory $back_path not exists" \ + || errlog "directory $backup_path not exists" \ || return $? local backup_dir=$(get_backup_dir \ -- 2.47.3