From 30cb60a756d3e800adfe2f59f8fe760ebe4507d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:54:21 +0100 Subject: [PATCH] Apply suggestion from @tremor021 --- ct/languagetool.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/languagetool.sh b/ct/languagetool.sh index 7080243f2..0995a68b4 100644 --- a/ct/languagetool.sh +++ b/ct/languagetool.sh @@ -44,6 +44,7 @@ function update_script() { unzip -q /tmp/LanguageTool-stable.zip -d /opt mv /opt/LanguageTool-*/ /opt/LanguageTool/ mv /opt/server.properties /opt/LanguageTool/server.properties + rm -f /tmp/LanguageTool-stable.zip echo "${RELEASE}" >~/.languagetool msg_ok "Updated LanguageTool"