summaryrefslogtreecommitdiff
path: root/.tools/jobs/licensecheck.sh
diff options
context:
space:
mode:
Diffstat (limited to '.tools/jobs/licensecheck.sh')
-rwxr-xr-x.tools/jobs/licensecheck.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.tools/jobs/licensecheck.sh b/.tools/jobs/licensecheck.sh
index 1ed1e8bf1..4deb18a88 100755
--- a/.tools/jobs/licensecheck.sh
+++ b/.tools/jobs/licensecheck.sh
@@ -14,7 +14,9 @@ do_init_tools
cd tools/licensecheck
ls
-./serverdata.py # >license.log
+ls ../../serverdata/npc/
+
+./serverdata.py ../../serverdata/npc/ # >license.log
#export RES=$(cat license.log)
#if [[ -n "${RES}" ]]; then