Skip to content

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

Merged
merged 4 commits into from
Dec 22, 2020
Merged

Add restart changes #815

merged 4 commits into from
Dec 22, 2020

Conversation

jshum2479
Copy link
Member

rename the rollback_changes... to cancel_changes and rename rollback.file to non_dynamic_changes.file

@@ -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%^)
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@@ -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})"
Copy link
Contributor

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

@ddsharpe ddsharpe merged commit f1ea9f8 into master Dec 22, 2020
@ddsharpe ddsharpe deleted the add_restart_changes branch December 22, 2020 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants