ruinst: tracer la collecte d'informations sur l'hôte distant
This commit is contained in:
parent
5aa60a3367
commit
4e1e5a44ca
|
@ -969,6 +969,7 @@ function __uinst_rsync() {
|
||||||
# corriger éventuellement destdir s'il contient un préfixe
|
# corriger éventuellement destdir s'il contient un préfixe
|
||||||
if [ -n "$UINST_AUTOPREFIX" ] && has_prefix "$__destdir_path"; then
|
if [ -n "$UINST_AUTOPREFIX" ] && has_prefix "$__destdir_path"; then
|
||||||
if [ -n "$__destdir_remote" ]; then
|
if [ -n "$__destdir_remote" ]; then
|
||||||
|
estep "Calcul des informations sur l'hôte distant"
|
||||||
eval "$SYSINFOSLOCALS"
|
eval "$SYSINFOSLOCALS"
|
||||||
local APACHE_PREFIXES_CHECK_OR_FIRST=1
|
local APACHE_PREFIXES_CHECK_OR_FIRST=1
|
||||||
compute_remote_sysinfos "${__destdir_user:+$__destdir_user@}$__destdir_host" "$destdir_ssh"
|
compute_remote_sysinfos "${__destdir_user:+$__destdir_user@}$__destdir_host" "$destdir_ssh"
|
||||||
|
|
Loading…
Reference in New Issue