Support "YADM_ARCH" variable in esh templates

This commit is contained in:
Tim Byrne 2021-12-23 15:37:23 -06:00
parent 31e2ce56bc
commit bacc948bba
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 0 deletions

1
yadm
View File

@ -486,6 +486,7 @@ function template_esh() {
"$ESH_PROGRAM" -o "$temp_file" "$input" \
YADM_CLASS="$local_class" \
YADM_ARCH="$local_arch" \
YADM_OS="$local_system" \
YADM_HOSTNAME="$local_host" \
YADM_USER="$local_user" \