From 79900ccb098cb0445bae3f96354ed1e30cf3e5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 23:00:50 +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 d7cbad0d..bf5ac2e9 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" + unzip -q "${RELEASE}.zip" mv "${APP}-${RELEASE:1}" /opt/Pf2eTools echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP}"