Unused indexes
This commit is contained in:
parent
767986584b
commit
d1de9d191b
|
@ -916,14 +916,12 @@ function restore_data_from_storage {
|
|||
applist="$n $AllStr off"
|
||||
n=$[n+1]
|
||||
|
||||
util_index=0
|
||||
for a in "${utils_installed[@]}"
|
||||
do
|
||||
applist="$applist $n $a off"
|
||||
n=$[n+1]
|
||||
done
|
||||
|
||||
app_index=0
|
||||
for a in "${APPS_INSTALLED_NAMES[@]}"
|
||||
do
|
||||
applist="$applist $n $a off"
|
||||
|
|
Loading…
Reference in New Issue