From 5bcbf9ba63306f8099c191675bae187fee91481c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:35:44 +0100 Subject: [PATCH] [Bugfix] Remove Wallos Folder to Update (#129) --- ct/wallos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/wallos.sh b/ct/wallos.sh index 247eec40b..4b2e94a00 100644 --- a/ct/wallos.sh +++ b/ct/wallos.sh @@ -67,6 +67,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v wget -q "https://github.com/ellite/Wallos/archive/refs/tags/v${RELEASE}.zip" mv /opt/wallos/db/wallos.db /opt/wallos.db unzip -q v${RELEASE}.zip + rm -rf /opt/wallos mv Wallos-${RELEASE} /opt/wallos rm -rf /opt/wallos/db/wallos.empty.db mv /opt/wallos.db /opt/wallos/db/wallos.db