|
|
|
@ -255,10 +255,10 @@ function alt() { |
|
|
|
|
if envtpl_available; then |
|
|
|
|
debug "Creating $real_file from template $tracked_file" |
|
|
|
|
[ -n "$loud" ] && echo "Creating $real_file from template $tracked_file" |
|
|
|
|
YADM_CLASS="$local_class" \ |
|
|
|
|
YADM_OS="$local_system" \ |
|
|
|
|
YADM_CLASS="$local_class" \ |
|
|
|
|
YADM_OS="$local_system" \ |
|
|
|
|
YADM_HOSTNAME="$local_host" \ |
|
|
|
|
YADM_USER="$local_user" \ |
|
|
|
|
YADM_USER="$local_user" \ |
|
|
|
|
YADM_DISTRO=$(query_distro) \ |
|
|
|
|
"$ENVTPL_PROGRAM" --keep-template "$tracked_file" -o "$real_file" |
|
|
|
|
else |
|
|
|
|