Merge pull request #2704 from blshkv/master

wifite
This commit is contained in:
github-actions[bot] 2026-02-22 04:23:20 +00:00 committed by GitHub
commit 4b80eb0013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,5 +51,5 @@ src_unpack(){
if [[ -n ${A} ]]; then
unpack ${A}
fi
mv ${S}/wifite ${S}/wifite2 || die "unable to rename"
mv "${S}"/wifite "${S}"/wifite2 || die "unable to rename"
}