Update pihole.sh (#2964)

This commit is contained in:
Tobias 2025-03-10 11:02:04 +01:00 committed by GitHub
parent 6ad1ea004f
commit e5b39e6671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ function update_script() {
fi
msg_info "Updating ${APP}"
set +e
pihole -up
/usr/local/bin/pihole -up
msg_ok "Updated ${APP}"
exit
}