mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-09 03:49:45 +00:00
fix(minecraft-server): typo from testing - change txt to jar
This commit is contained in:
@@ -59,7 +59,7 @@ if [ "$TYPE" = "SPIGOT" ]; then
|
|||||||
cp -r /plugins /data
|
cp -r /plugins /data
|
||||||
# Copy plugins over using rsync to allow deeply nested updates of plugins
|
# Copy plugins over using rsync to allow deeply nested updates of plugins
|
||||||
# only updates files if the source file is newer and print updated files
|
# only updates files if the source file is newer and print updated files
|
||||||
rsync -a --out-format="update:%f:Last Modified %M" --prune-empty-dirs --include '*/' --include '*.txt' --exclude '*' --update /plugins /data/plugins
|
rsync -a --out-format="update:%f:Last Modified %M" --prune-empty-dirs --include '*/' --include '*.jar' --exclude '*' --update /plugins /data/plugins
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user