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