From 7db3b158e046e6cb6d9f3a0262257039b5cc54fb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 19 May 2023 12:58:40 +0100 Subject: [PATCH] dir --- .github/workflows/serverlist-validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serverlist-validate.sh b/.github/workflows/serverlist-validate.sh index d881738ba..194a1b08e 100755 --- a/.github/workflows/serverlist-validate.sh +++ b/.github/workflows/serverlist-validate.sh @@ -3,7 +3,7 @@ echo "Checking that all the game servers are listed in all csv files" echo "this check will ensure serverlist.csv has the same number of lines (-2 lines) as the other csv files" # count the number of lines in the serverlist.csv cd lgsm/modules -serverlistcount="$(wc -l < serverlist.csv)" +serverlistcount="$(wc -l < lgsm/modules/serverlist.csv)" echo "serverlistcount: $serverlistcount" # get list of all csv files starting with ubunutu debian centos csvlist="$(ls -1 | grep -E '^(ubuntu|debian|centos|rhel|almalinux|rocky).*\.csv$')"