()
| 135 | } |
| 136 | |
| 137 | private static void removeAuthFile() { |
| 138 | if (!Files.exists(Paths.get(Constants.SETUP_AUTH), LinkOption.NOFOLLOW_LINKS)) { |
| 139 | log.info("Could not find " + Constants.SETUP_AUTH); |
| 140 | } else { |
| 141 | FileUtils.deleteQuietly(new File(Constants.SETUP_AUTH)); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | private synchronized void executeSqlScript() throws InstallationException { |
| 146 |