mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 00:30:29 +00:00
Merge pull request #4788 from pi-hole/SKIP_INSTALL
Rename PH_TEST to SKIP_INSTALL
This commit is contained in:
commit
8e4adb6e39
14 changed files with 16 additions and 15 deletions
|
@ -2864,6 +2864,7 @@ main() {
|
|||
fi
|
||||
}
|
||||
|
||||
if [[ "${PH_TEST}" != true ]] ; then
|
||||
# allow to source this script without running it
|
||||
if [[ "${SKIP_INSTALL}" != true ]] ; then
|
||||
main "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue