From c8806867d83502997e1ad463745640334a448cbc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:30:47 +0100 Subject: [PATCH] Tweak vikunja.sh (spelling mistake) --- ct/vikunja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/vikunja.sh b/ct/vikunja.sh index 3cf5adf5..b143816f 100644 --- a/ct/vikunja.sh +++ b/ct/vikunja.sh @@ -65,7 +65,7 @@ RELEASE=$(curl -s https://dl.vikunja.io/vikunja/ | grep -oP 'href="/vikunja/\K[0 if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then msg_info "Stopping ${APP}" systemctl stop vikunja - msg_ok "Services ${APP}" + msg_ok "Stopped ${APP}" msg_info "Updating ${APP} to ${RELEASE}" cd /opt