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

remove password in restore menu

parent bd07c244
No related branches found
No related tags found
1 merge request!128Hide rest password
...@@ -257,7 +257,7 @@ function doRestore(){ ...@@ -257,7 +257,7 @@ function doRestore(){
# echo # echo
echo " R - start restore with $STORAGE_BIN" echo " R - start restore with $STORAGE_BIN"
echo echo
echo " restore from : $STORAGE_TARGETPATH" echo " restore from : $STORAGE_TARGETPATH" | sed 's#:[^:]*@#:**********@#'
echo " restore to : $( color cmd ; echo -n $RESTORE_TARGETPATH; color reset)" echo " restore to : $( color cmd ; echo -n $RESTORE_TARGETPATH; color reset)"
echo -n " " echo -n " "
if [ -n "$RESTORE_TARGETPATH" ]; then if [ -n "$RESTORE_TARGETPATH" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment