Merge pull request #4788 from pi-hole/SKIP_INSTALL

Rename PH_TEST to SKIP_INSTALL
This commit is contained in:
yubiuser
2022-07-09 00:01:48 +02:00
committed by GitHub
14 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -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