|
@@ -994,7 +994,7 @@ function restore_data_from_storage {
|
994
|
994
|
# Test for restoring all apps
|
995
|
995
|
for choice in $choices
|
996
|
996
|
do
|
997
|
|
- app_index=$[choice-1]
|
|
997
|
+ app_index=$[choice-2]
|
998
|
998
|
app_name=${app_list[app_index]}
|
999
|
999
|
if [[ $app_name == "$AllStr" ]]; then
|
1000
|
1000
|
$restore_command
|
|
@@ -1023,7 +1023,7 @@ function restore_data_from_storage {
|
1023
|
1023
|
ctr=0
|
1024
|
1024
|
for choice in $choices
|
1025
|
1025
|
do
|
1026
|
|
- app_index=$[choice-1]
|
|
1026
|
+ app_index=$[choice-2]
|
1027
|
1027
|
app_name=${app_list[app_index]}
|
1028
|
1028
|
$restore_command "${app_name}"
|
1029
|
1029
|
if [ ! "$?" = "0" ]; then
|