1
0
angie-conv-image/image-entry.d/53-expand-templates.sh

10 lines
143 B
Bash
Raw Normal View History

2024-07-11 13:35:07 +03:00
#!/bin/sh
set -ef
. /image-entry.d/00-common.envsh
untemplate_dir_envsubst "${merged_root}"
untemplate_dir_jinja "${merged_root}"
exit 0