From: Bastian Dehn Date: Sun, 25 May 2025 08:37:50 +0000 (+0200) Subject: change device not found message X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=799a7e63251d2c73fd51e1d9e342762db1e6fc76;p=simple-backup.git change device not found message --- diff --git a/backupmount b/backupmount index 4460cca..de98418 100755 --- a/backupmount +++ b/backupmount @@ -52,7 +52,7 @@ device_mount() local device="$2" [ -b "$device" ] \ - || infolog "block device $device not found" \ + || infolog "block device $device for $media not found" \ || return $? infolog "media $media with device $device found"