Skip to content

Commit

Permalink
fixup! Fixes #19925: Don't restart rudder-jetty within rudder-init
Browse files Browse the repository at this point in the history
Fixes #19925: Don't restart rudder-jetty within rudder-init
  • Loading branch information
ncharles committed Sep 13, 2021
1 parent aaab74e commit 5ad893a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rudder-webapp/SOURCES/rudder-init
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ EOF
# In case of upgrade, we can restart rudder-jetty, else we are during an initialization and restart
# was done by agent
if [ ${LDAP_EXISTS} -eq 0 ]
then
# Ensure that rudder-jetty is not yet started and in a broken state
systemctl stop rudder-jetty
fi
Expand Down

0 comments on commit 5ad893a

Please sign in to comment.