Skip to content

Commit

Permalink
Ensure its inserted after the shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Nov 11, 2024
1 parent 41e8c29 commit be092b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/jadx.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class jadx(BaseModule):
"lineinfile": {
"path": "#{BBOT_TOOLS}/jadx/bin/jadx",
"line": "JAVA_HOME=/usr",
"insertafter": "BOF",
"insertafter": "^#!",
},
"become": True,
"when": "ansible_facts['os_family'] == 'RedHat'",
Expand Down

0 comments on commit be092b8

Please sign in to comment.