Clear before running restore command

This commit is contained in:
Bob Mottram 2016-10-24 09:50:12 +01:00
parent d527e86c84
commit a63950d6a4
1 changed files with 2 additions and 1 deletions

View File

@ -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