[FIX] Фикс скрипта установщика

This commit is contained in:
Gravit 2019-03-09 16:18:14 +07:00
parent 1819e1c95c
commit 2c0a202080
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -22,5 +22,6 @@ public String getUsageDescription() {
@Override
public void invoke(String... args) throws Exception {
LogHelper.info("Check install success");
System.exit(0);
}
}