From d18b46a6d6494c88625af0adce596ff41017c75a Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 8 Jul 2024 10:54:58 +0200 Subject: [PATCH] Prevent deleting maven settings.xml --- init.d/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/functions.sh b/init.d/functions.sh index 8bfca3e..d366f3f 100755 --- a/init.d/functions.sh +++ b/init.d/functions.sh @@ -84,7 +84,7 @@ function cleanhome() { "${HOME}/.pki" "${HOME}/.vnc" "${HOME}/.yarn" "${HOME}/go" "${HOME}/.lesshst" \ "${HOME}/.wget-hsts" "${HOME}/.yarnrc" "${HOME}/package-lock.json" "${HOME}/package.json" \ "${HOME}/node_modules" "${HOME}/.npmrc" "${HOME}/.gtkrc-2.0" "${HOME}/.electron-gyp" \ - "${HOME}/.python_history" "${HOME}/.m2" "${HOME}/.mono" "${HOME}/.local/share/NuGet" + "${HOME}/.python_history" "${HOME}/.m2/repositories" "${HOME}/.mono" "${HOME}/.local/share/NuGet" } function extract(){