Fix service path in update script

pull/3648/head
Rémi Bédard-Couture 11 months ago
parent 16e24bea6a
commit d8ce571842
  1. 2
      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

Loading…
Cancel
Save