1
0
angie-conv-image/image-entry.d/53-expand-templates.sh
2024-07-11 13:35:07 +03:00

10 lines
143 B
Bash
Executable File

#!/bin/sh
set -ef
. /image-entry.d/00-common.envsh
untemplate_dir_envsubst "${merged_root}"
untemplate_dir_jinja "${merged_root}"
exit 0