mirror of
https://github.com/TheLocehiliosan/yadm.git
synced 2026-09-10 07:16:22 -04:00
Support "YADM_ARCH" variable in esh templates
This commit is contained in:
parent
31e2ce56bc
commit
bacc948bba
1
yadm
1
yadm
|
|
@ -486,6 +486,7 @@ function template_esh() {
|
||||||
|
|
||||||
"$ESH_PROGRAM" -o "$temp_file" "$input" \
|
"$ESH_PROGRAM" -o "$temp_file" "$input" \
|
||||||
YADM_CLASS="$local_class" \
|
YADM_CLASS="$local_class" \
|
||||||
|
YADM_ARCH="$local_arch" \
|
||||||
YADM_OS="$local_system" \
|
YADM_OS="$local_system" \
|
||||||
YADM_HOSTNAME="$local_host" \
|
YADM_HOSTNAME="$local_host" \
|
||||||
YADM_USER="$local_user" \
|
YADM_USER="$local_user" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue