Browse Source

Order of increment

Bob Mottram 8 years ago
parent
commit
fa5a0f74e0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

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