docker-pi-hole/s6/debian-root/etc/cont-init.d/20-start.sh

11 lines
156 B
Bash
Raw Normal View History

2017-05-05 05:37:26 +02:00
#!/usr/bin/with-contenv bash
set -e
2017-05-05 05:37:26 +02:00
2018-01-04 04:37:19 +01:00
bashCmd='bash -e'
if [ "${PH_VERBOSE:-0}" -gt 0 ] ; then
set -x ;
2018-01-04 05:34:31 +01:00
bashCmd='bash -e -x'
fi
2017-05-05 05:37:26 +02:00
$bashCmd /start.sh