From d8ce57184295696b6f79d814011be54465198d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Mon, 2 Sep 2024 18:02:08 -0400 Subject: [PATCH] Fix service path in update script --- ct/collabora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/collabora.sh b/ct/collabora.sh index 04bd297b..06479a78 100644 --- a/ct/collabora.sh +++ b/ct/collabora.sh @@ -55,7 +55,7 @@ function default_settings() { function update_script() { header_info - if [[ ! -f /etc/systemd/system/coolwsd.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi + if [[ ! -f /lib/systemd/system/coolwsd.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null