Fixed typo in update_modpack.sh script.

This commit is contained in:
Harrison Deng 2022-05-12 04:58:48 -05:00
parent 8bfb7c7ddb
commit 9b6baa4df3

View File

@ -6,5 +6,5 @@ curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng/job/rsemcs-modpack/job
unzip RSEMCS_server.zip
cd ../
rsync -av --update ./temp/mods/* ./mods/.
rsync -av --update -r ./temp/config ./config/.
rsync -av --update ./temp/config ./config/.
rm -r ./temp