Print out user configs as we template them
This commit is contained in:
parent
dd581b58b6
commit
5fcae395a3
|
@ -112,6 +112,7 @@ template_user_configs() {
|
||||||
echo "no ${SOURCE_DIR}, nothing to do."
|
echo "no ${SOURCE_DIR}, nothing to do."
|
||||||
else
|
else
|
||||||
for conf in ${SOURCE_DIR}/*.conf; do
|
for conf in ${SOURCE_DIR}/*.conf; do
|
||||||
|
echo " -> ${conf}"
|
||||||
envsubst "${DENV}" <"${conf}" > "${TARGET_DIR}/$(basename ${conf})"
|
envsubst "${DENV}" <"${conf}" > "${TARGET_DIR}/$(basename ${conf})"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue