Only load configs that don't already exist.

This commit is contained in:
Harrison Deng 2022-05-12 15:54:49 -05:00
parent 7ae98418bf
commit 2c425e5678

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 ./temp/config ./config/.
rsync -av --ignore-existing ./temp/config ./config/.
rm -r ./temp