wifite: minor

This commit is contained in:
Anton Bolshakov 2026-02-22 11:21:25 +08:00
parent 5e67c87de7
commit 0167a59843
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

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"
}