-
Notifications
You must be signed in to change notification settings - Fork 91
Add restart changes #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add restart changes #815
Conversation
installer/src/main/bin/shared.cmd
Outdated
@@ -351,7 +351,7 @@ GOTO :EOF | |||
|
|||
IF "%RETURN_CODE%" == "104" ( | |||
ECHO. | |||
ECHO %SCRIPT_NAME% completed successfully but the domain changes have been rolled back because -rollback_if_restart_required is specified ^(exit code = %RETURN_CODE%^) | |||
ECHO %SCRIPT_NAME% completed successfully but the domain changes have been canceled back because -cancel_changes_if_restart_required is specified ^(exit code = %RETURN_CODE%^) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change canceled back to canceled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
installer/src/main/bin/shared.sh
Outdated
@@ -305,7 +305,7 @@ checkExitCode() { | |||
|
|||
if [ $returnCode -eq 104 ]; then | |||
echo "" | |||
echo "$scriptName completed successfully but the domain changes have been rolled back because -rollback_if_restart_required is specified (exit code = ${RETURN_CODE})" | |||
echo "$scriptName completed successfully but the domain changes have been canceled back because -cancel_changes_if_restart_required is specified (exit code = ${RETURN_CODE})" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change canceled back to canceled
rename the rollback_changes... to cancel_changes and rename rollback.file to non_dynamic_changes.file