forked from MagicBane/Server
Typo in command string.
This commit is contained in:
@@ -135,7 +135,7 @@ public enum ConfigManager {
|
|||||||
|
|
||||||
if (file.exists() && !file.isDirectory()) {
|
if (file.exists() && !file.isDirectory()) {
|
||||||
|
|
||||||
String[] command = {"./mbbranch"};
|
String[] command = {"./mbbranch.sh"};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user