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