From 34ce30e0a7957d62cdacc54b08d4d84a0fade3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 22:08:55 +0100 Subject: [PATCH] Update Pf2eTools.sh --- ct/Pf2eTools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/Pf2eTools.sh b/ct/Pf2eTools.sh index eeca5847..d7cbad0d 100644 --- a/ct/Pf2eTools.sh +++ b/ct/Pf2eTools.sh @@ -48,7 +48,7 @@ function update_script() { cd "/opt/${APP}" wget -q "https://github.com/Pf2eToolsOrg/Pf2eTools/archive/refs/tags/${RELEASE}.zip" unzip "${RELEASE}.zip" - mv "${APP}-${RELEASE}" /opt/Pf2eTools + mv "${APP}-${RELEASE:1}" /opt/Pf2eTools echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP}"