You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write rollback changed information to rollback.file (#773)
* Write rollback changed information to rollback.file
* Rename exiting CLA argument rollback_if_require_restart to rollback_if_restart_required
* JIRA WDT-501 - Name change in system test
Copy file name to clipboardExpand all lines: installer/src/main/bin/shared.cmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ GOTO :EOF
351
351
352
352
IF"%RETURN_CODE%"=="104" (
353
353
ECHO.
354
-
ECHO%SCRIPT_NAME% completed successfully but the domain changes have been rolled back because -rollback_if_require_restart is specified ^(exit code = %RETURN_CODE%^)
354
+
ECHO%SCRIPT_NAME% completed successfully but the domain changes have been rolled back because -rollback_if_restart_required is specified ^(exit code = %RETURN_CODE%^)
Copy file name to clipboardExpand all lines: installer/src/main/bin/shared.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ checkExitCode() {
305
305
306
306
if [ $returnCode-eq 104 ];then
307
307
echo""
308
-
echo"$scriptName completed successfully but the domain changes have been rolled back because -rollback_if_require_restart is specified (exit code = ${RETURN_CODE})"
308
+
echo"$scriptName completed successfully but the domain changes have been rolled back because -rollback_if_restart_required is specified (exit code = ${RETURN_CODE})"
309
309
elif [ $returnCode-eq 103 ];then
310
310
echo""
311
311
echo"$scriptName completed successfully but the domain requires a restart for the changes to take effect (exit code = ${RETURN_CODE})"
0 commit comments