Skip to content

Commit

Permalink
Fix hash extension in converting script
Browse files Browse the repository at this point in the history
  • Loading branch information
ente0 committed May 23, 2024
1 parent 8b6e9b3 commit aa6e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/converteapol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ssid=$(cat essidlist)
mkdir -p "$ssid"

# Move hash file and essidlist to directory
mv hash.hc22000 "$ssid/"
mv hash.txt "$ssid/"
mv essidlist "$ssid/"

echo "Conversion completed successfully. Output stored in: $ssid/"

0 comments on commit aa6e85f

Please sign in to comment.