Correction de l'affichage du mot de passe au reconfigure
Un echo de trop. ref #17335 @10m
This commit is contained in:
parent
2cf2d4f9a0
commit
e9754b3064
|
@ -29,7 +29,6 @@ function runOneCmd()
|
|||
local opt=${2}
|
||||
local auth=$(get_one_auth)
|
||||
|
||||
echo "$cmd ${opt} --user ${auth%:*} --password ${auth#*:}"
|
||||
$cmd ${opt} --user ${auth%:*} --password ${auth#*:}
|
||||
return ${?}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue