Skip to content

Commit

Permalink
fix: flex-linux-setup restart jans-auth after casa
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 28, 2022
1 parent 116b791 commit 32b4f56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,13 @@ def main():
installer_obj.install_gluu_admin_ui()

installer_obj.install_casa()
print("Restarting Jans Auth")
config_api_installer.restart('jans-auth')

print("Starting Casa")
config_api_installer.start('casa')

print("Restarting Jans Auth")
config_api_installer.restart('jans-auth')

print("Restarting Janssen Config Api")
config_api_installer.restart()

Expand Down

0 comments on commit 32b4f56

Please sign in to comment.