From: Bastian Dehn Date: Sat, 24 May 2025 14:12:38 +0000 (+0200) Subject: fix err log message directory not found X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=5e77207a9bc35bbaa24bb437def0d6718a716672;p=simple-backup.git fix err log message directory not found --- 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 \