Skip to content

Commit

Permalink
fix(jans-linux-setup): TUI string (#4288)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Mar 24, 2023
1 parent 4010109 commit 5db3693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/jans_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def do_installation():
do_installation()
print('\n', static.colors.OKGREEN)
if Config.install_config_api or Config.install_scim_server:
msg.installation_completed += "Experimental CLI TUI is available to manage Jannsen Server:\n"
msg.installation_completed += "To manage your Janssen Identity Provider:\n"
if Config.install_config_api:
msg.installation_completed += '/opt/jans/jans-cli/config-cli-tui.py'
if base.current_app.profile == static.SetupProfiles.OPENBANKING:
Expand Down

0 comments on commit 5db3693

Please sign in to comment.