lldap: fix update-check

This commit is contained in:
CanbiZ 2025-05-27 10:18:57 +02:00 committed by GitHub
parent 82228189a7
commit c874e30858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /etc/systemd/system/lldap.service ]]; then
if [[ ! -f /lib/systemd/system/lldap.service ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi