From 799a7e63251d2c73fd51e1d9e342762db1e6fc76 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 May 2025 10:37:50 +0200 Subject: [PATCH] change device not found message --- backupmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3