@@ -2,6 +2,8 @@
# shellcheck shell=bash
set -e
+# verbose
+set -x
. /bin/common.sh
log_info 'Configuring npmuser ...'
log_info 'Checking paths ...'
log_info 'Setting ownership ...'
log_info 'Dynamic resolvers ...'
@@ -1,8 +1,13 @@
-#!/bin/bash
+#!/command/with-contenv bash
+# shellcheck shell=bash
# This command reads the `DISABLE_IPV6` env var and will either enable
# or disable ipv6 in all nginx configs based on this setting.
+set -e
+
log_info 'IPv6 ...'
# Lowercase
# in s6, environmental variables are written as text files for s6 to monitor
# search through full-path filenames for files ending in "__FILE"