From 296a0fb33d3a10062bd146440d14d68d68ac2799 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 20 Jun 2006 08:46:09 +0000 Subject: [PATCH] /CD check unnecessary --- commands/scripts/setup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index b2b1ebf93..03d3f796c 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -93,11 +93,6 @@ warn() while getopts '' opt; do usage; done shift `expr $OPTIND - 1` -if [ ! -f /CD ] -then echo "Please run setup from the CD, not from a live system." - exit 1 -fi - if [ "$USER" != root ] then echo "Please run setup as root." exit 1 -- 2.44.0