浏览代码

Update podman-v5.sh

tteckster 2 年之前
父节点
当前提交
dd34b1dfc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/podman-v5.sh

+ 1 - 1
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