|
@@ -920,9 +920,7 @@ function restore_data_from_storage {
|
920
|
920
|
for a in "${utils_installed[@]}"
|
921
|
921
|
do
|
922
|
922
|
applist="$applist $n $a off"
|
923
|
|
- app_name=${utils_installed[util_index]}
|
924
|
923
|
n=$[n+1]
|
925
|
|
- util_index=$[util_index+1]
|
926
|
924
|
done
|
927
|
925
|
|
928
|
926
|
app_index=0
|
|
@@ -930,8 +928,6 @@ function restore_data_from_storage {
|
930
|
928
|
do
|
931
|
929
|
applist="$applist $n $a off"
|
932
|
930
|
n=$[n+1]
|
933
|
|
- app_name=${APPS_INSTALLED_NAMES[app_index]}
|
934
|
|
- app_index=$[app_index+1]
|
935
|
931
|
done
|
936
|
932
|
applist="$applist $n $ExitStr on"
|
937
|
933
|
n=$[n+1]
|