From ccdad0e478d6b3182aa525d16d5b281f1c538408 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 24 Apr 2025 19:14:14 +0200 Subject: [PATCH] Update tinyauth update procedure --- ct/alpine-tinyauth.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/alpine-tinyauth.sh b/ct/alpine-tinyauth.sh index 4b30f96..7c4e482 100644 --- a/ct/alpine-tinyauth.sh +++ b/ct/alpine-tinyauth.sh @@ -50,6 +50,7 @@ function update_script() { $STD go mod download CGO_ENABLED=0 go build -ldflags "-s -w" cp /opt/.env /opt/tinyauth + echo "${RELEASE}" >/opt/tinyauth_version.txt rm -f "$temp_file" msg_ok "Updated tinyauth" else