mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 10:27:22 +08:00
Update reset.sh
This commit is contained in:
parent
ac600d07e9
commit
af5cd10e3f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user