Loading src/reset.sh +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ PROCESS="${APP,,}" PROCESS="${PROCESS// /-}" if [ -f "/run/.containerenv" ]; then ENGINE="${CONTAINER:-}" if [[ "${ENGINE,,}" == "podman"* ]]; then ENGINE="${container:-}" if [[ "${ENGINE,,}" == *"podman"* ]]; then PODMAN="Y" ROOTLESS="Y" ENGINE="Podman" Loading Loading
src/reset.sh +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ PROCESS="${APP,,}" PROCESS="${PROCESS// /-}" if [ -f "/run/.containerenv" ]; then ENGINE="${CONTAINER:-}" if [[ "${ENGINE,,}" == "podman"* ]]; then ENGINE="${container:-}" if [[ "${ENGINE,,}" == *"podman"* ]]; then PODMAN="Y" ROOTLESS="Y" ENGINE="Podman" Loading