Skip to content
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

Fixes #12030: Only stop jetty in preinst during upgrades #1471

Conversation

amousset
Copy link
Member

@@ -17,7 +17,10 @@ set -e
case "$1" in
install|upgrade)

service rudder-jetty stop
if [ "$1" = "upgrade" ]
then
Copy link
Member

Choose a reason for hiding this comment

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

not correctly indented, miss 1 space

if [ "$1" = "upgrade" ]
then
service rudder-jetty stop
fi
Copy link
Member

Choose a reason for hiding this comment

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

same here

@amousset
Copy link
Member Author

Commit modified

@amousset amousset force-pushed the bug_12030/only_stop_jetty_in_preinst_during_upgrades branch from f180f56 to 06547d9 Compare January 23, 2018 16:05
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 06547d9 into Normation:branches/rudder/4.3 Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants