mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-10 13:34:03 +00:00
switch to consistent style
This commit is contained in:
parent
5986121cfc
commit
633095aee1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue