|
@@ -964,10 +964,10 @@ function restore_data_from_storage {
|
964
|
964
|
if [[ "$retcode" != "0" ]]; then
|
965
|
965
|
if [[ "$1" == "local" ]]; then
|
966
|
966
|
dialog --title $"Restore all apps from USB" \
|
967
|
|
- --msgbox $"Restore failed with code $retcode" 6 40
|
|
967
|
+ --msgbox $"Restore failed with code $retcode" 6 60
|
968
|
968
|
else
|
969
|
969
|
dialog --title $"Restore all apps from $1" \
|
970
|
|
- --msgbox $"Restore failed with code $retcode" 6 40
|
|
970
|
+ --msgbox $"Restore failed with code $retcode" 6 60
|
971
|
971
|
fi
|
972
|
972
|
return
|
973
|
973
|
fi
|
|
@@ -993,7 +993,7 @@ function restore_data_from_storage {
|
993
|
993
|
retcode="$?"
|
994
|
994
|
if [[ "$retcode" != "0" ]]; then
|
995
|
995
|
dialog --title $"Restore apps from USB" \
|
996
|
|
- --msgbox $"Restore of ${app_name} failed with code $retcode" 6 40
|
|
996
|
+ --msgbox $"Restore of ${app_name} failed with code $retcode" 6 60
|
997
|
997
|
return
|
998
|
998
|
fi
|
999
|
999
|
fi
|