From 5f76ad3827b744203e295717fbfcb719c16c2986 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:31:46 +0200 Subject: [PATCH] Update gitea-mirror.sh --- ct/gitea-mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index 67a20a5a..39f2110b 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -60,6 +60,7 @@ function update_script() { msg_info "Restoring Data" cp /opt/gitea-mirror-backup/data/* /opt/gitea-mirror/data + echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Restored Data" msg_info "Starting Service"