fix(minecraft-server): typo from testing - change txt to jar

This commit is contained in:
Silthus
2018-12-14 11:31:46 +01:00
committed by GitHub
parent fd4e9d93e0
commit c3ac69a030

View File

@@ -59,7 +59,7 @@ if [ "$TYPE" = "SPIGOT" ]; then
cp -r /plugins /data
# 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
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