From ec273ba221581ff77eb2bc0ccb4a6571be9ad215 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:45:29 +0100 Subject: [PATCH] remove / in ct --- json/inspircd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/inspircd.json b/json/inspircd.json index 74858086..19728150 100644 --- a/json/inspircd.json +++ b/json/inspircd.json @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/inspircd.sh", + "script": "ct/inspircd.sh", "resources": { "cpu": 1, "ram": 512, @@ -31,4 +31,4 @@ "password": null }, "notes": [] - } \ No newline at end of file + }