From 73f1816e4921e7fe75e8639106dbb788acd7f5a5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:55:46 +0200 Subject: [PATCH] fix App name --- ct/onlyoffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/onlyoffice.sh b/ct/onlyoffice.sh index 7e06d0067..02a798c58 100644 --- a/ct/onlyoffice.sh +++ b/ct/onlyoffice.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://www.onlyoffice.com/ -APP="ONLYOFFICE Docs" +APP="ONLYOFFICE" var_tags="${var_tags:-word;excel;powerpoint;pdf}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}"