]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
change device not found message
authorBastian Dehn <hhaalo@arcor.de>
Sun, 25 May 2025 08:37:50 +0000 (10:37 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 25 May 2025 08:37:50 +0000 (10:37 +0200)
backupmount

index 4460ccad50632685f10dddbb5bf6308ecda64cdd..de98418024bbf578953c47a7b800282a2e249dea 100755 (executable)
@@ -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"