Order of increment

This commit is contained in:
Bob Mottram 2016-10-20 16:10:32 +01:00
parent 1592227f8c
commit fa5a0f74e0
1 changed files with 1 additions and 1 deletions

View File

@ -965,8 +965,8 @@ function restore_data_from_storage {
do
applist="$applist $n $a off"
n=$[n+1]
app_index=$[app_index+1]
app_name=${APPS_INSTALLED_NAMES[app_index]}
app_index=$[app_index+1]
app_list+=("$app_name")
done
ExitStr=$"Exit"