mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update omv-v5.sh
This commit is contained in:
parent
92f7b58e89
commit
49ccdfc55a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user