mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-25 18:23:44 +01:00
update relative path in script after move
This commit is contained in:
parent
6aa54766d9
commit
39809b1733
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export listpath="../../../Fuzzing/LFI/LFI-coyote0x90-linux-etc-files.txt"
|
||||
export listpath="../../Fuzzing/LFI/LFI-coyote0x90-linux-etc-files.txt"
|
||||
[ -f all_files.gz ] && rm all_files.gz
|
||||
|
||||
# every year, start a new gzip list so there is not as much bloat updating blobs in git
|
||||
|
|
|
|||
Loading…
Reference in a new issue