Satisfy SC2140

This commit is contained in:
Philipp Kiemle 2020-08-21 10:45:22 +02:00
parent 1dd409e0c1
commit 0594575a20

View File

@ -252,7 +252,7 @@ function vm_boot() {
# Check there isn't already a process attached to the disk image.
QEMU_LOCK_TEST=$(${QEMU_IMG} info "${disk_img}" 2>/dev/null)
if [ $? -ne 0 ]; then
echo " Failed to get "write" lock. Is another process using the disk?"
echo " Failed to get \"write\" lock. Is another process using the disk?"
exit 1
else
DISK_CURR_SIZE=$(stat -c%s "${disk_img}")