From ef5bb1bd28c7530ee936935c42115876eabd4702 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:37:11 +0100 Subject: [PATCH] Update opengist.sh --- ct/opengist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/opengist.sh b/ct/opengist.sh index 1a21b618..91e5d067 100644 --- a/ct/opengist.sh +++ b/ct/opengist.sh @@ -42,9 +42,9 @@ function update_script() { wget -qO "https://github.com/thomiceli/opengist/releases/download/v${RELEASE}/opengist${RELEASE}-linux-amd64.tar.gz" rm -rf /opt/opengist tar -xzf opengist${RELEASE}-linux-amd64.tar.gz - rm -rf /opt/opengist${RELEASE}-linux-amd64.tar.gz chmod +x /opt/opengist/opengist echo "${RELEASE}" >"/opt/${APP}_version.txt" + rm -rf /opt/opengist${RELEASE}-linux-amd64.tar.gz msg_ok "Updated ${APP} LXC" msg_info "Starting Service"