mirror of https://github.com/tteck/Proxmox.git
Update pihole-v5.sh
parent
78580ba074
commit
f00f6b31da
|
@ -81,7 +81,7 @@ if command -v pveversion >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if ! command -v pveversion >/dev/null 2>&1; then
|
if ! command -v pveversion >/dev/null 2>&1; then
|
||||||
if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
|
if [[ ! -d /etc/pihole ]]; then
|
||||||
msg_error "No ${APP} Installation Found!";
|
msg_error "No ${APP} Installation Found!";
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue