Fix service path in update script

This commit is contained in:
Rémi Bédard-Couture 2024-09-02 18:02:08 -04:00
parent 16e24bea6a
commit d8ce571842
1 changed files with 1 additions and 1 deletions

View File

@ -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