kopia lustrzana https://github.com/gaul/s3proxy
rodzic
095d9aa94d
commit
f40693f214
|
@ -131,6 +131,11 @@ public final class Main {
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
try {
|
||||||
s3Proxy.start();
|
s3Proxy.start();
|
||||||
|
} catch (Exception e) {
|
||||||
|
System.err.println(e.getMessage());
|
||||||
|
System.exit(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue