Skip to content

Commit

Permalink
fix: jans-linux-setup flex-setup argsp
Browse files Browse the repository at this point in the history
fix: jans-linux-setup flex-setup argsp
  • Loading branch information
yuriyz committed Mar 7, 2022
2 parents 753ab0c + 9a00e93 commit 7ee41a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jans-linux-setup/jans_setup/jans_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
if not (os.path.exists('/opt/dist/jans/jans.zip') or os.path.exists('jans-auth.war')) or '-uninstall' in sys.argv:
import install
install.setup_dir = dir_path
install.app_globals.argsp = install.parser.parse_known_args()[0]

if '-uninstall' in sys.argv:
install.uninstall_jans()
sys.exit()
Expand Down

0 comments on commit 7ee41a7

Please sign in to comment.