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