From 56c20c5d1e5a9fb1501ee3fe3d0fb57f147e9d3d Mon Sep 17 00:00:00 2001 From: Alvaro Graves <alvaro@graves.cl> Date: Wed, 3 Aug 2011 20:50:43 -0700 Subject: [PATCH] css silly mistake --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index 780a05d7..91d49e39 100755 --- a/install.sh +++ b/install.sh @@ -17,12 +17,6 @@ ns=$basedir endpoint="http://localhost/sparql?" everything_ok="n" -if [ -e "../$cssdir" ] -then - echo "css directory found in parent directory." - echo "Please remove it to continue the installation." - exit -fi if [ -e "$parent_htaccess" ] then -- GitLab