mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 05:42:28 +00:00
Fixes #44 : use 2.0 plugin install syntax
This commit is contained in:
parent
b3a79d6b08
commit
01473c4e43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue