opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java
@@ -49,7 +49,7 @@ * will pass to the org.opends.server.tools.InstallDS class. */ public static void main(String[] args) { System.exit(new InstallLauncher(args).launch()); new InstallLauncher(args).launch(); } /**