mirror of https://github.com/tteck/Proxmox.git
Update podman-v5.sh
This commit is contained in:
parent
60e5cec0bf
commit
dd34b1dfc1
|
@ -83,7 +83,7 @@ if command -v pveversion >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if ! command -v pveversion >/dev/null 2>&1; then
|
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!";
|
msg_error "No ${APP} Installation Found!";
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue