setupVar tests passing for debian & centos

This commit is contained in:
diginc 2016-10-10 23:14:39 -05:00
parent aa23fb1d56
commit a03caea549
9 changed files with 178 additions and 1 deletions

View file

@ -971,4 +971,6 @@ echo "::: The install log is located at: /etc/pihole/install.log"
echo "::: View the web interface at http://pi.hole/admin or http://${IPv4_address%/*}/admin"
}
main "$@"
if [[ -z "$PHTEST" ]] ; then
main "$@"
fi