Update pialert_install.sh

This commit is contained in:
pucherot
2021-01-26 17:25:36 +01:00
committed by GitHub
parent 82b720b44e
commit 900cfac1aa

View File

@@ -119,7 +119,8 @@ ask_config() {
if $PIHOLE_ACTIVE ; then
DHCP_ACTIVE=`sudo grep DHCP_ACTIVE /etc/pihole/setupVars.conf |
awk -F= '/./{print $2}'`
if [ "$DHCP_ACTIVE" = "" ] ; then DHCP_ACTIVE=false; fi
if ! $DHCP_ACTIVE ; then
ask_yesno "Pi-hole DHCP server is not active." \
"Do you want to activate Pi-hole DHCP server ?"
@@ -752,7 +753,7 @@ print_header() {
}
process_error() {
log "\n"
log ""
log "************************************************************"
log "************************************************************"
log "** ERROR INSTALLING PI.ALERT **"