diff --git a/scripts/installer/README.txt b/scripts/installer/README.txt index 81328b89ccd..ab1f5312f48 100644 --- a/scripts/installer/README.txt +++ b/scripts/installer/README.txt @@ -20,7 +20,6 @@ from scripts/installer (this directory): install glassfish-setup.sh -pgdriver (the entire directory with all its contents) from scripts/api: diff --git a/scripts/installer/install b/scripts/installer/install index 246a4c7561d..60b4468c29b 100755 --- a/scripts/installer/install +++ b/scripts/installer/install @@ -867,19 +867,6 @@ sub setup_appserver { # with the MacOS glassfish build...). Verify, and if still the case, # add a check. - print "\nInstalling the PostgresQL driver for Payara5... "; -# system( "/bin/cp", "pgdriver/" . $postgres_jdbc, $glassfish_dir . "/glassfish/lib" ); - my $pgdriver_success = copy("pgdriver/" . $postgres_jdbc, $glassfish_dir . "/glassfish/lib" ); - - unless ($pgdriver_success) - { - print "\n*********************\n"; - print "ERROR! Failed to copy the postgres driver into " . $glassfish_dir . "/glassfish/lib - check the directory permissions!\n"; - exit 1; - } - - print "done!\n"; - print "\n*********************\n"; print "PLEASE NOTE, SOME OF THE ASADMIN COMMANDS ARE GOING TO FAIL,\n"; print "FOR EXAMPLE, IF A CONFIGURATION SETTING THAT WE ARE TRYING\n";