mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-26 08:01:11 +00:00
Exit with an error code if validate fails
This commit is contained in:
parent
2a88b22ae1
commit
111da813a1
@ -57,6 +57,7 @@ public class Main {
|
||||
System.out.println("Successfully verified " + verifyFile);
|
||||
} else {
|
||||
System.out.println("Failed to verify " + verifyFile);
|
||||
System.exit(1);
|
||||
}
|
||||
} else {
|
||||
System.out.println("Need a RIM file to validate!");
|
||||
|
Loading…
Reference in New Issue
Block a user