Add a tiny bit more logging before that rsync
This commit is contained in:
parent
eca3af7ffb
commit
59a75d1d3e
@ -21,6 +21,7 @@ if [ -n "$FORGE_PACK_ZIP" ]; then
|
|||||||
else
|
else
|
||||||
echo "Found modpack directory: $directory"
|
echo "Found modpack directory: $directory"
|
||||||
fi
|
fi
|
||||||
|
echo "Syncing content to /minecraft"
|
||||||
rsync -a --ignore-existing "$directory"/ /minecraft/
|
rsync -a --ignore-existing "$directory"/ /minecraft/
|
||||||
popd > /dev/null 2>&1
|
popd > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user