switch to consistent style

This commit is contained in:
diginc 2016-11-02 22:13:05 -05:00
parent 5986121cfc
commit 633095aee1

View file

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