Correction de l'affichage du mot de passe au reconfigure

Un echo de trop.

ref #17335 @10m
This commit is contained in:
Philippe Caseiro 2016-10-03 10:00:16 +02:00
parent 2cf2d4f9a0
commit e9754b3064
1 changed files with 0 additions and 1 deletions

View File

@ -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 ${?}
}