Clear before running restore command
This commit is contained in:
parent
d527e86c84
commit
a63950d6a4
|
@ -952,9 +952,10 @@ function restore_data_from_storage {
|
|||
return
|
||||
fi
|
||||
|
||||
clear
|
||||
|
||||
# Restore all
|
||||
if [[ $app_name == "$AllStr" ]]; then
|
||||
clear
|
||||
$restore_command
|
||||
retcode="$?"
|
||||
if [[ "$retcode" != "0" ]]; then
|
||||
|
|
Loading…
Reference in New Issue