Apply suggestion from @tremor021

This commit is contained in:
Slaviša Arežina
2026-01-30 20:54:21 +01:00
committed by GitHub
parent e3f7990f67
commit 30cb60a756

View File

@@ -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"