Removed pre-creating /mods /config /plugins

This commit is contained in:
Geoff Bourne
2020-04-17 21:16:04 -05:00
parent 9ff94f9bd5
commit 1cf478f5b3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,9 +51,9 @@ done
# If any modules have been provided, copy them over
mkdir -p /data/mods
if [ -d /mods ]; then
log "Copying any mods over..."
mkdir -p /data/mods
rsync -a --out-format="update:%f:Last Modified %M" --prune-empty-dirs --update /mods /data
fi