mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
fix a typo: oclHashcat64.sh is of course not a directory
This commit is contained in:
parent
9d84e75259
commit
7c73498ed0
@ -133,7 +133,7 @@ if [ -d "${COMPGENFOLDER}" ]; then
|
|||||||
|
|
||||||
# remove the old version of oclHashcat64.sh (was renamed to just oclHashcat.sh)
|
# remove the old version of oclHashcat64.sh (was renamed to just oclHashcat.sh)
|
||||||
|
|
||||||
rm -rf "${COMPGENTARGET}"/oclHashcat64.sh
|
rm -f "${COMPGENTARGET}"/oclHashcat64.sh
|
||||||
|
|
||||||
# copy the script to target folder
|
# copy the script to target folder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user