Update omv-v5.sh

This commit is contained in:
tteckster 2023-01-05 16:29:58 -05:00 committed by GitHub
parent 92f7b58e89
commit 49ccdfc55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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