瀏覽代碼

Update omv-v5.sh

tteckster 2 年之前
父節點
當前提交
49ccdfc55a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/omv-v5.sh

+ 1 - 1
ct/omv-v5.sh

@@ -82,7 +82,7 @@ if command -v pveversion >/dev/null 2>&1; then
   fi
 fi
 if ! command -v pveversion >/dev/null 2>&1; then
-  if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
+  if [[ ! -f /etc/apt/sources.list.d/openmediavault.list ]]; then
     msg_error "No ${APP} Installation Found!";
     exit 
   fi