From 39809b17331d3a3ae3a9c7cfd7e542431ad4713d Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Wed, 6 Jul 2022 05:33:27 +0000 Subject: [PATCH] update relative path in script after move --- .bin/etc-files-list-update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/etc-files-list-update/update.sh b/.bin/etc-files-list-update/update.sh index 3e16a64d..18cc0d5d 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-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