tteckster 2 лет назад
Родитель
Сommit
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