Merge pull request #899 from diginc/configureFirewall_unittest

Configure firewall unittest
This commit is contained in:
Dan Schaper 2016-11-19 11:07:38 -08:00 committed by GitHub
commit d53a3af191
6 changed files with 65 additions and 98 deletions

View file

@ -1149,6 +1149,6 @@ main() {
echo "::: The install log is located at: /etc/pihole/install.log"
}
if [[ -z "$PHTEST" ]] ; then
if [[ "${PH_TEST}" != true ]] ; then
main "$@"
fi