mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Gravity.sh checks for null value for variables, obliging that expectation.
This commit is contained in:
parent
94f6354c94
commit
87e7121332
1 changed files with 2 additions and 4 deletions
|
@ -18,8 +18,6 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
######## VARIABLES #########
|
######## VARIABLES #########
|
||||||
|
|
||||||
|
|
||||||
tmpLog=/tmp/pihole-install.log
|
tmpLog=/tmp/pihole-install.log
|
||||||
instalLogLoc=/etc/pihole/install.log
|
instalLogLoc=/etc/pihole/install.log
|
||||||
setupVars=/etc/pihole/setupVars.conf
|
setupVars=/etc/pihole/setupVars.conf
|
||||||
|
@ -31,8 +29,8 @@ piholeFilesDir="/etc/.pihole"
|
||||||
|
|
||||||
useUpdateVars=false
|
useUpdateVars=false
|
||||||
|
|
||||||
IPv4_address="Not Used"
|
IPv4_address=""
|
||||||
IPv6_address="Not Used"
|
IPv6_address=""
|
||||||
|
|
||||||
# Find the rows and columns
|
# Find the rows and columns
|
||||||
rows=$(tput lines)
|
rows=$(tput lines)
|
||||||
|
|
Loading…
Reference in a new issue