mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Exit with an error code if validate fails
This commit is contained in:
parent
f6f1ab4ee7
commit
6b44c550dc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user