diff --git a/.bin/etc-files-list-update/update.sh b/.bin/etc-files-list-update/update.sh index 5d2b3d05f..d34fa5ac0 100755 --- a/.bin/etc-files-list-update/update.sh +++ b/.bin/etc-files-list-update/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -export listpath="../../Fuzzing/LFI/LFI-etc-files-of-all-linux-packages.txt" +export listpath="../../Fuzzing/LFI/Linux/LFI-etc-files-of-all-linux-packages.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