From: Keir Fraser Date: Fri, 18 Jul 2008 10:21:06 +0000 (+0100) Subject: blktap scripts: deletion of double check and permission of using /dev/sdxx X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14171^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d7612f2fec826188f8cf215cc88df8e0c33abf8;p=xen.git blktap scripts: deletion of double check and permission of using /dev/sdxx Signed-off-by: Tomonari Horikoshi --- diff --git a/tools/examples/blktap b/tools/examples/blktap index 91d3f8994e..01a0f6c6da 100644 --- a/tools/examples/blktap +++ b/tools/examples/blktap @@ -69,7 +69,6 @@ fi if [ -L "$p" ]; then file=$(readlink -f "$p") || fatal "$p link does not exist." else - [ -f "$p" ] || { fatal "$p file does not exist."; } file="$p" fi