mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 04:10:18 +01:00
fuzz: Remove API key requirement
Prevents use of public corpus without API key.
This commit is contained in:
parent
806006a0b8
commit
071ecb491c
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ if [ "$#" -ne 1 ]; then
|
|||
echo "Usage: $0 <fuzz-type>"
|
||||
exit 1
|
||||
fi
|
||||
if [ -z "$FUZZIT_API_KEY" ]; then
|
||||
echo "Set FUZZIT_API_KEY to your Fuzzit API key"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
# Configure
|
||||
ROOT=./server
|
||||
|
|
Loading…
Reference in a new issue