Skip to content
Snippets Groups Projects
Commit f1aa87ba authored by tmueller's avatar tmueller
Browse files

uncommented a feature which is only usefull in a later state of development...

uncommented a feature which is only usefull in a later state of development and may be redone in the future
parent 18e95e53
No related branches found
No related tags found
No related merge requests found
Pipeline #2574 passed
...@@ -30,11 +30,11 @@ if [ ! -e ${JAR_NAME} ] ...@@ -30,11 +30,11 @@ if [ ! -e ${JAR_NAME} ]
fi fi
fi fi
# minecraft base image laden # minecraft base image laden
if [ ! -d "plugins" ] #if [ ! -d "plugins" ]
then # then
curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz # curl -u https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz
tar -xvzf initial.tar.gz # tar -xvzf initial.tar.gz
fi #fi
exec_stop () { exec_stop () {
echo "\n## Recieved SIGINT/SIGTERM; Shutting down container..." echo "\n## Recieved SIGINT/SIGTERM; Shutting down container..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment