From 94dfe56d28d7d8d4d8bd5fa304619937a301fc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 14:21:35 +0100 Subject: [PATCH] Fix version names. --- ct/5etools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index c12c3895..e8ad8b07 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -52,7 +52,7 @@ function update_script() { # Execute Update wget -q "https://github.com/5etools-mirror-3/5etools-src/archive/refs/tags/${RELEASE}.zip" unzip -q "${RELEASE}.zip" - mv "${APP}-src-${RELEASE}/" "/opt/${APP}" + mv "${APP}-src-${RELEASE:1}/" "/opt/${APP}" chown -R www-data: "/opt/${APP}" chmod -R 755 "/opt/${APP}"