Unused app name
This commit is contained in:
parent
681843a6f1
commit
767986584b
|
@ -920,9 +920,7 @@ function restore_data_from_storage {
|
|||
for a in "${utils_installed[@]}"
|
||||
do
|
||||
applist="$applist $n $a off"
|
||||
app_name=${utils_installed[util_index]}
|
||||
n=$[n+1]
|
||||
util_index=$[util_index+1]
|
||||
done
|
||||
|
||||
app_index=0
|
||||
|
@ -930,8 +928,6 @@ function restore_data_from_storage {
|
|||
do
|
||||
applist="$applist $n $a off"
|
||||
n=$[n+1]
|
||||
app_name=${APPS_INSTALLED_NAMES[app_index]}
|
||||
app_index=$[app_index+1]
|
||||
done
|
||||
applist="$applist $n $ExitStr on"
|
||||
n=$[n+1]
|
||||
|
|
Loading…
Reference in New Issue