From af5cd10e3f699241736386e78b5662c74ee84e39 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 6 Nov 2025 03:35:06 +0100 Subject: [PATCH] Update reset.sh --- src/reset.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reset.sh b/src/reset.sh index c9cade7..20b1b46 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -31,8 +31,8 @@ PROCESS="${APP,,}" PROCESS="${PROCESS// /-}" if [ -f "/run/.containerenv" ]; then - ENGINE="${CONTAINER:-}" - if [[ "${ENGINE,,}" == "podman"* ]]; then + ENGINE="${container:-}" + if [[ "${ENGINE,,}" == *"podman"* ]]; then ROOTLESS="Y" ENGINE="Podman" else