Exit with an error code if validate fails

This commit is contained in:
chubtub 2024-02-01 15:11:55 -05:00
parent f6f1ab4ee7
commit 6b44c550dc

View File

@ -66,6 +66,7 @@ public class Main {
System.out.println("Successfully verified " + verifyFile);
} else {
System.out.println("Failed to verify " + verifyFile);
System.exit(1);
}
} else {
gateway = new SwidTagGateway();