Order of increment
This commit is contained in:
parent
1592227f8c
commit
fa5a0f74e0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue