mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
burpsuite: revert 0cec9d2311 (diff-5dbd44e52dffdb6368a23e25e161cb33)
This commit is contained in:
parent
7b4c91eea0
commit
f44d96cc73
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@ src_install() {
|
|||
insinto /opt/"${PN}"
|
||||
doins "${MY_P}"
|
||||
|
||||
echo -e "#!/bin/sh\njava -Djsse.enableSNIExtension=false -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
|
||||
echo -e "#!/bin/sh\njava -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
|
||||
dobin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue