From f1aa87ba9a89b0d2afcd421cd909a474f552571d Mon Sep 17 00:00:00 2001 From: tmueller <tmueller@cl.uni-heidelberg.de> Date: Sun, 28 Feb 2021 18:14:22 +0100 Subject: [PATCH] uncommented a feature which is only usefull in a later state of development and may be redone in the future --- papermc.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/papermc.sh b/papermc.sh index 207ae64..80b03f0 100644 --- a/papermc.sh +++ b/papermc.sh @@ -30,11 +30,11 @@ if [ ! -e ${JAR_NAME} ] fi fi # minecraft base image laden -if [ ! -d "plugins" ] - then - curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz - tar -xvzf initial.tar.gz -fi +#if [ ! -d "plugins" ] +# then +# curl -u https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz +# tar -xvzf initial.tar.gz +#fi exec_stop () { echo "\n## Recieved SIGINT/SIGTERM; Shutting down container..." -- GitLab