From c0c5ab0349d3e952f0ca4ad390d4f7b12473e08a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:10:31 +0100 Subject: [PATCH] Add RELEASE Output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- ct/kimai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/kimai.sh b/ct/kimai.sh index e0633d7fd..70d9b1898 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -79,7 +79,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v sudo chown -R www-data:www-data /opt/kimai sudo chmod -R 755 /opt/kimai echo "${RELEASE}" >/opt/${APP}_version.txt - msg_ok "Updated ${APP}" + msg_ok "Updated ${APP} to ${RELEASE}" msg_info "Starting Apache2" systemctl start apache2