Skip to content
Snippets Groups Projects
Commit 0f0fb415 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

mask password in backup target

parent ca39eab9
No related branches found
No related tags found
1 merge request!79Finetune output
...@@ -381,7 +381,7 @@ function setAction(){ ...@@ -381,7 +381,7 @@ function setAction(){
else else
sCmd="$( t_backupDirGetCmdBackup )" sCmd="$( t_backupDirGetCmdBackup )"
echo "what: ${BACKUP_DIR}" echo "what: ${BACKUP_DIR}"
echo "target: ${sTarget}" echo "target: ${sTarget}" | sed 's#:[^:]*@#:**********@#'
echo "command: $sCmd" echo "command: $sCmd"
echo echo
color cmd color cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment