mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 17:19:47 +03:00
[FIX] Фикс скрипта установщика 2
This commit is contained in:
parent
2c0a202080
commit
d5c7e5ed68
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
import ru.gravit.launchserver.LaunchServer;
|
||||
import ru.gravit.launchserver.command.Command;
|
||||
import ru.gravit.utils.helper.JVMHelper;
|
||||
import ru.gravit.utils.helper.LogHelper;
|
||||
|
||||
public class CheckInstallCommand extends Command {
|
||||
|
@ -22,6 +23,6 @@ public String getUsageDescription() {
|
|||
@Override
|
||||
public void invoke(String... args) throws Exception {
|
||||
LogHelper.info("Check install success");
|
||||
System.exit(0);
|
||||
JVMHelper.RUNTIME.exit(0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue