From b5e1408e4cc125f83ff25ecc75d56beb3f7d598f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 30 Aug 2019 10:35:41 +0200 Subject: [PATCH] fix pm3test.sh --- pm3test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm3test.sh b/pm3test.sh index 119fffbb8..8785bf8df 100755 --- a/pm3test.sh +++ b/pm3test.sh @@ -80,7 +80,7 @@ while true; do if ! CheckFileExist "proxmark3 exists" "./client/proxmark3"; then break; fi if ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi - if ! CheckFileExist "hardnested tables exists" "./client/hardnested/tables/*.z"; then break; fi + if ! CheckFileExist "hardnested tables exists" "./client/resources/hardnested_tables/*.z"; then break; fi printf "\n${C_BLUE}Testing basic help:${C_NC}\n" if ! CheckExecute "proxmark help" "./client/proxmark3 -h" "wait"; then break; fi