mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-21 16:46:23 +00:00
Fixes #44 : use 2.0 plugin install syntax
This commit is contained in:
@@ -45,7 +45,7 @@ if [ -n "$PLUGINS" ]; then
|
||||
for p in $(echo $PLUGINS | awk -v RS=, '{print}')
|
||||
do
|
||||
echo "Installing the plugin $p"
|
||||
$ES_HOME/bin/plugin --install $p
|
||||
$ES_HOME/bin/plugin install $p
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user