From 446bbba2198227b513738dad6211963a55031ead Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Sat, 30 Nov 2024 14:19:32 +0200 Subject: [PATCH] fixes on update --- ct/onedev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/onedev.sh b/ct/onedev.sh index 92f3583c..77701ccc 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -67,7 +67,7 @@ check_container_resources systemctl stop onedev msg_ok "Stopped Service" - msg_info "Updating ${APP} to v${RELEASE}" + msg_info "Updating ${APP} to v${GITHUB_RELEASE}" cd /opt wget -q https://code.onedev.io/onedev/server/~site/onedev-latest.tar.gz tar -xzf onedev-latest.tar.gz