From 49ccdfc55a79e9425b1d3c00b346484817642c0b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 5 Jan 2023 16:29:58 -0500 Subject: [PATCH] Update omv-v5.sh --- ct/omv-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/omv-v5.sh b/ct/omv-v5.sh index ff71fa08..5db16487 100644 --- a/ct/omv-v5.sh +++ b/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