10 lines
143 B
Bash
Executable File
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
|