Unused app name

This commit is contained in:
Bob Mottram 2016-10-24 18:11:43 +01:00
parent 681843a6f1
commit 767986584b
1 changed files with 0 additions and 4 deletions

View File

@ -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]