Update pihole-v5.sh

This commit is contained in:
tteckster 2023-01-03 11:38:18 -05:00 committed by GitHub
parent 78580ba074
commit f00f6b31da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,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 [[ ! -d /etc/pihole ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi