merge dev

This commit is contained in:
diginc 2018-01-03 21:37:19 -06:00
commit 130f50c769
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
#!/usr/bin/with-contenv bash
bashCmd='bash'
set -e
bashCmd='bash -e'
if [ "${PH_VERBOSE:-0}" -gt 0 ] ; then
set -x ;
bashCmd='bash -x'
bashCmd='bash -ex'
fi
# Early DNS Startup for the gravity list process to use
dnsmasq -7 /etc/dnsmasq.d