From 8dcfdff45757302de49251ecd049eb878cd794d2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 3 Jan 2023 10:22:39 -0500 Subject: [PATCH] Update uptimekuma-v5.sh tweak --- ct/uptimekuma-v5.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/uptimekuma-v5.sh b/ct/uptimekuma-v5.sh index 2bbad0d6..b867ffe4 100644 --- a/ct/uptimekuma-v5.sh +++ b/ct/uptimekuma-v5.sh @@ -311,6 +311,7 @@ function install_script() { function update_script() { clear header_info +LATEST=$(curl -sL https://api.github.com/repos/louislam/uptime-kuma/releases/latest | grep '"tag_name":' | cut -d'"' -f4) msg_info "Stopping ${APP}" sudo systemctl stop uptime-kuma &>/dev/null msg_ok "Stopped ${APP}"