mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update pialert_install.sh
This commit is contained in:
@@ -119,7 +119,8 @@ ask_config() {
|
|||||||
if $PIHOLE_ACTIVE ; then
|
if $PIHOLE_ACTIVE ; then
|
||||||
DHCP_ACTIVE=`sudo grep DHCP_ACTIVE /etc/pihole/setupVars.conf |
|
DHCP_ACTIVE=`sudo grep DHCP_ACTIVE /etc/pihole/setupVars.conf |
|
||||||
awk -F= '/./{print $2}'`
|
awk -F= '/./{print $2}'`
|
||||||
|
if [ "$DHCP_ACTIVE" = "" ] ; then DHCP_ACTIVE=false; fi
|
||||||
|
|
||||||
if ! $DHCP_ACTIVE ; then
|
if ! $DHCP_ACTIVE ; then
|
||||||
ask_yesno "Pi-hole DHCP server is not active." \
|
ask_yesno "Pi-hole DHCP server is not active." \
|
||||||
"Do you want to activate Pi-hole DHCP server ?"
|
"Do you want to activate Pi-hole DHCP server ?"
|
||||||
@@ -752,7 +753,7 @@ print_header() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
process_error() {
|
process_error() {
|
||||||
log "\n"
|
log ""
|
||||||
log "************************************************************"
|
log "************************************************************"
|
||||||
log "************************************************************"
|
log "************************************************************"
|
||||||
log "** ERROR INSTALLING PI.ALERT **"
|
log "** ERROR INSTALLING PI.ALERT **"
|
||||||
|
|||||||
Reference in New Issue
Block a user