Skip to content

Commit

Permalink
fix: jans-linux-setup flex-plugin install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Nov 3, 2022
1 parent 487cd9c commit 8c91b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex-linux-setup/flex_linux_setup/flex-plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import OrderedDict

mydir = os.getcwd()
dirs = glob.glob('/opt/jans/jans-setup/output/gluu-admin-ui*')
dirs = glob.glob('/opt/jans/jans-setup/flex*')
run_cmd = '/bin/su node -c "PATH=$PATH:/opt/jre/bin:/opt/node/bin {}"'

for d in dirs:
Expand Down

0 comments on commit 8c91b77

Please sign in to comment.