From 490adb854cf6e19156219dfb252b06cb1947e354 Mon Sep 17 00:00:00 2001 From: mkonecny Date: Wed, 12 Jan 2011 16:20:14 -0500 Subject: [PATCH] -small cleanup --- install/propel-install.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/propel-install.php b/install/propel-install.php index 5b798c712..bb02baeaf 100644 --- a/install/propel-install.php +++ b/install/propel-install.php @@ -42,12 +42,6 @@ foreach($lines as $key => $line){ fwrite($fp, $line); } fclose($fp); - - -if ($dir_found === false){ - echo ("../build/build.properties 'project.home' value of '$dir_value' is incorrect. Please correct and try install again.\n"); - exit(1); -} echo "******************************* Install Begin ********************************\n";