From 3da6f63bdcde6a106b746372aa278ba669aa21d1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 25 May 2015 16:23:21 -0400 Subject: Merge branch 'feature/block-device-mounting' into feature/installer-integration --- diff --git a/lib/block.sh b/lib/block.sh index d83572e..ef1eed9 100644 --- a/lib/block.sh +++ b/lib/block.sh @@ -37,7 +37,7 @@ check_block() local dev="${1}" if ! [ -b "${dev}" ]; then - error 2 "$(get_msg 'block_device_invalid')" + error 2 "$(get_msg 'block_device_invalid')" "${dev}" fi } -- cgit v0.9.1