summaryrefslogtreecommitdiffstats
path: root/share/examples/worm
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/worm')
-rwxr-xr-xshare/examples/worm/burncd.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/examples/worm/burncd.sh b/share/examples/worm/burncd.sh
index 3f16652..c6af890 100755
--- a/share/examples/worm/burncd.sh
+++ b/share/examples/worm/burncd.sh
@@ -25,8 +25,6 @@ fi
if [ $# -lt 1 ]; then
echo "usage: $0 input-file"
-elif [ ! -f $1 ]; then
- echo "$0: $1 is not a valid file."
elif [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
else
OpenPOWER on IntegriCloud