1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 00:28:11 +00:00

Remove --force from test.sh default commandline option

This commit is contained in:
jsteube 2019-03-05 05:40:24 +01:00
parent 4d2a0a7738
commit b290c4c696

View File

@ -5,7 +5,7 @@
## License.....: MIT ## License.....: MIT
## ##
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O" OPTS="--quiet --potfile-disable --runtime 400 --hwmon-disable -O"
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"