From 66791b2c216cd4493df6a78d53ac54558c0df59c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 1 Feb 2008 23:02:03 +0000 Subject: [PATCH] variable typo --- system/selftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/selftest b/system/selftest index af2876e..8cdb7fe 100755 --- a/system/selftest +++ b/system/selftest @@ -141,7 +141,7 @@ TESTISO="./selftest-serial-$SNAME-cramfs.iso" # setup qemu to run the node from the bootcd rpm -q qemu > /dev/null installed=$? -[ $install -eq 1 ] && yum -y install qemu +[ $installed -eq 1 ] && yum -y install qemu qemu-img create -f qcow $TESTDISK 5GB # run qemu -- 2.47.0