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}"