refactor(podman): replace deprecated commands with Quadlets (#13052)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-18 18:35:01 +01:00
committed by GitHub
parent 192e2950e7
commit 9f73b6756e
3 changed files with 109 additions and 47 deletions

View File

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