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

hide password in backup start screen

parent 2f4a9bcb
No related branches found
No related tags found
1 merge request!79Finetune output
...@@ -158,7 +158,7 @@ EOFhelp ...@@ -158,7 +158,7 @@ EOFhelp
type : $JOBDEF_TYPE $JOBDEF_AUTO type : $JOBDEF_TYPE $JOBDEF_AUTO
log : $JOB_LOGFILE log : $JOB_LOGFILE
target : ${STORAGE_BASEDIR} target : $( echo ${STORAGE_BASEDIR} | sed 's#:[^:]*@#:**********@#' )
EOFbackupinfo EOFbackupinfo
test -z "$STORAGE_BASEDIR" || ( test -z "$STORAGE_BASEDIR" || (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment