From 70098622519aee0a569a0cb318873e0bacf92ad7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:43:11 +0100 Subject: [PATCH] remove / in json --- json/apache-guacamole.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/apache-guacamole.json b/json/apache-guacamole.json index 2efb9cad..c6365468 100644 --- a/json/apache-guacamole.json +++ b/json/apache-guacamole.json @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/apache-guacamole.sh", + "script": "ct/apache-guacamole.sh", "resources": { "cpu": 1, "ram": 2048,