Unused app list
This commit is contained in:
parent
1a555c7ee4
commit
681843a6f1
|
@ -912,7 +912,6 @@ function restore_data_from_storage {
|
|||
while true
|
||||
do
|
||||
|
||||
app_list=()
|
||||
n=1
|
||||
applist="$n $AllStr off"
|
||||
n=$[n+1]
|
||||
|
@ -924,7 +923,6 @@ function restore_data_from_storage {
|
|||
app_name=${utils_installed[util_index]}
|
||||
n=$[n+1]
|
||||
util_index=$[util_index+1]
|
||||
app_list+=("$app_name")
|
||||
done
|
||||
|
||||
app_index=0
|
||||
|
@ -934,7 +932,6 @@ function restore_data_from_storage {
|
|||
n=$[n+1]
|
||||
app_name=${APPS_INSTALLED_NAMES[app_index]}
|
||||
app_index=$[app_index+1]
|
||||
app_list+=("$app_name")
|
||||
done
|
||||
applist="$applist $n $ExitStr on"
|
||||
n=$[n+1]
|
||||
|
|
Loading…
Reference in New Issue