mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-13 12:10:19 +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>"
|
echo "Usage: $0 <fuzz-type>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ -z "$FUZZIT_API_KEY" ]; then
|
|
||||||
echo "Set FUZZIT_API_KEY to your Fuzzit API key"
|
|
||||||
exit 2
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
ROOT=./server
|
ROOT=./server
|
||||||
|
|
Loading…
Reference in a new issue