mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00: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 New Issue
Block a user