mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Violette Roche-Montane
28.43.2013 fb2f4c907286d354b5b1cfab495ae67a4b887c6e
opends/src/build-tools/org/opends/build/tools/GenerateRpm.java
@@ -302,7 +302,7 @@
      // Starts the upgrade. The new files are automatically imported
      // by rpm manager, which compares files between last & actual version.
      // Copies / deletes files depending of new package.
      sb.append("        %{_prefix}/./upgrade -n" + EOL);
      sb.append("        %{_prefix}/./upgrade -n --acceptLicense" + EOL);
      sb.append("# Upgrade ok " + EOL);
      sb.append("        if [ \"$?\" == \"0\" ] ; then " + EOL);
      sb.append("# Checks the server status flag for restart. " + EOL);