mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 09:10:13 +00:00
Merge pull request #899 from diginc/configureFirewall_unittest
Configure firewall unittest
This commit is contained in:
commit
d53a3af191
6 changed files with 65 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue