From 10a1ed6b1edb409612f6a7a536638c18c4126b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 21:48:19 +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 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}"