From d1ea6e40190d116570094540feef3a69892109b3 Mon Sep 17 00:00:00 2001 From: Johann Grobe Date: Sun, 15 Feb 2026 17:10:13 +0100 Subject: [PATCH] fix app name --- ct/split-pro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/split-pro.sh b/ct/split-pro.sh index a33ed6ced..8adca7a66 100644 --- a/ct/split-pro.sh +++ b/ct/split-pro.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://github.com/oss-apps/split-pro -APP="Split Pro" +APP="Split-Pro" var_tags="${var_tags:-finance;expense-sharing}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}"