diff options
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/jobs/licensecheck.sh | 4 |
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 |