diff --git a/ct/Pf2eTools.sh b/ct/Pf2eTools.sh index fd0ede7b..44160562 100644 --- a/ct/Pf2eTools.sh +++ b/ct/Pf2eTools.sh @@ -47,7 +47,7 @@ function update_script() { msg_info "Updating ${APP}" cd "/opt/${APP}" wget -q "https://github.com/Pf2eToolsOrg/Pf2eTools/archive/refs/tags/${RELEASE}.zip" - unzip "${RELEASE}.zip" -d /opt/${APP} + unzip -j "${RELEASE}.zip" -d /opt/${APP} echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP}"