From 98b8895de0828e49472eb623378ea139c27702a3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:24:15 +0200 Subject: [PATCH] quickfix double " --- ct/docmost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docmost.sh b/ct/docmost.sh index de9d31e10..d63184314 100644 --- a/ct/docmost.sh +++ b/ct/docmost.sh @@ -51,7 +51,7 @@ function update_script() { cp -r /opt/docmost/data /opt/ rm -rf /opt/docmost temp_file=$(mktemp) - curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o ""$temp_file"" + curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o "$temp_file" tar -xzf "$temp_file" mv docmost-${RELEASE} /opt/docmost cd /opt/docmost