From dd34b1dfc1f5527e1040db040e4602fcaae473bc Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 9 Jan 2023 15:12:32 -0500 Subject: [PATCH] Update podman-v5.sh --- ct/podman-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/podman-v5.sh b/ct/podman-v5.sh index 23cda1c9..9ce8f0d8 100644 --- a/ct/podman-v5.sh +++ b/ct/podman-v5.sh @@ -83,7 +83,7 @@ if command -v pveversion >/dev/null 2>&1; then fi fi if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/podman.socket ]]; then + if [[ ! -f /etc/containers/registries.conf ]]; then msg_error "No ${APP} Installation Found!"; exit fi