From b06f1115d4e93af93c539209d0ba4487fa2e39bd Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 27 Sep 2020 10:27:46 -0500 Subject: [PATCH] Added pruning of 'config' to CF modpack upgrade Fixes #626 --- start-deployCF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-deployCF b/start-deployCF index 3c902953..e81b5e59 100644 --- a/start-deployCF +++ b/start-deployCF @@ -28,7 +28,7 @@ if ! isTrue ${USE_MODPACK_START_SCRIPT:-true}; then serverJar=$(find ${FTB_BASE_DIR} -not -name "forge*installer.jar" -name "forge*.jar") if [[ "${serverJar}" ]]; then - rm -rf $(dirname "${serverJar}")/{mods,*.jar,libraries,resources,scripts} + rm -rf $(dirname "${serverJar}")/{mods,*.jar,libraries,resources,scripts,config} fi else needsInstall=false