Order of increment
This commit is contained in:
parent
1592227f8c
commit
fa5a0f74e0
|
@ -965,8 +965,8 @@ function restore_data_from_storage {
|
||||||
do
|
do
|
||||||
applist="$applist $n $a off"
|
applist="$applist $n $a off"
|
||||||
n=$[n+1]
|
n=$[n+1]
|
||||||
app_index=$[app_index+1]
|
|
||||||
app_name=${APPS_INSTALLED_NAMES[app_index]}
|
app_name=${APPS_INSTALLED_NAMES[app_index]}
|
||||||
|
app_index=$[app_index+1]
|
||||||
app_list+=("$app_name")
|
app_list+=("$app_name")
|
||||||
done
|
done
|
||||||
ExitStr=$"Exit"
|
ExitStr=$"Exit"
|
||||||
|
|
Loading…
Reference in New Issue