Minor: case change

This commit is contained in:
billz 2022-06-22 11:56:42 +01:00
parent 7674feaf61
commit a743f84529

View file

@ -183,7 +183,7 @@ function _manage_systemd_services() {
sudo systemctl disable "$svc".service || _install_status 1 "Unable to disable ${svc}.service" sudo systemctl disable "$svc".service || _install_status 1 "Unable to disable ${svc}.service"
fi fi
else else
echo "${svc}.service is not running (OK)" echo "${svc}.service is not running (ok)"
fi fi
done done
_install_status 0 _install_status 0