From 0a66ba49145f9d124bd920251e49ff58db7adb2b Mon Sep 17 00:00:00 2001 From: mathias Date: Sat, 24 Nov 2018 23:58:52 +0200 Subject: [PATCH] Don't create crash reports directory --- bin/start | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bin/start b/bin/start index 3d8e496..93b2738 100755 --- a/bin/start +++ b/bin/start @@ -1,13 +1,5 @@ #!/bin/bash -shutdown() { - echo "SHUTDOWN" - kill $(pgrep java) - sleep 5 -} - -trap shutdown SIGTERM - -mkdir -p crash-reports/ dumps/ +mkdir -p dumps/ echo "$PRIVATE_KEY" > .ssh/id_rsa chmod -R 500 dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/