]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix info volume open mount
authorBastian Dehn <hhaalo@arcor.de>
Wed, 26 Aug 2026 15:22:45 +0000 (17:22 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 26 Aug 2026 15:22:45 +0000 (17:22 +0200)
src/backupmount

index c9b0fe99fb084a4fe663c8bf9966f595ba464bbb..b6fb3afec3f6783bd394c99f3d492f98afbcf77f 100755 (executable)
@@ -99,7 +99,7 @@ mount_device()
        [ "$volume" != "null" ] \
                || errlog "missing volume in $CONFIG_FILE" \
                || return $?
-       echo "ℹ️ INFO: volume open luks-crypt-volume"
+       echo "ℹ️ INFO: volume open $volume"
 
        partition=$(echo "$config" \
                | jq --raw-output ".media.\"$media\".partition")