From b5c01125e638099aac317e5d7513c77bbe93f349 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 27 Apr 2025 01:36:40 +0200 Subject: [PATCH] Update librespeed --- ct/librespeed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/librespeed.sh b/ct/librespeed.sh index f01376f..931248c 100644 --- a/ct/librespeed.sh +++ b/ct/librespeed.sh @@ -38,7 +38,7 @@ function update_script() { cd /temp/speedtest-"${RELEASE}" cp -u favicon.ico index.html speedtest.js speedtest_worker.js /opt/librespeed/ cp -ru backend /opt/librespeed/ - echo "${RELEASE}" >/opt/librespeed/"${APP}_version.txt" + echo "${RELEASE}" >/opt/"${APP}"_version.txt systemctl restart caddy msg_ok "$APP has been updated." else