mirror of https://github.com/tteck/Proxmox.git
parent
d671df97c9
commit
4d83642522
|
@ -92,7 +92,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 /lib/systemd/system/nextcloud-domain.service ]]; then
|
||||
msg_error "No ${APP} Installation Found!";
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue