mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-27 09:40:12 +00:00
move PH_TRUE to Dockerfiles to DRY
This commit is contained in:
parent
c2930b0ca5
commit
b9f3493dbc
4 changed files with 5 additions and 4 deletions
|
@ -1149,6 +1149,6 @@ main() {
|
|||
echo "::: The install log is located at: /etc/pihole/install.log"
|
||||
}
|
||||
|
||||
if [[ "${PHTEST}" != "TRUE" ]] ; then
|
||||
if [[ "${PH_TEST}" != true ]] ; then
|
||||
main "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue