From 2c425e5678fbd54e95d88689b0ff7b03fd3a0080 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 12 May 2022 15:54:49 -0500 Subject: [PATCH] Only load configs that don't already exist. --- scripts/update_modpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_modpack.sh b/scripts/update_modpack.sh index 4865ea1..113be0f 100755 --- a/scripts/update_modpack.sh +++ b/scripts/update_modpack.sh @@ -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 \ No newline at end of file