소스 검색

Order of increment

Bob Mottram 8 년 전
부모
커밋
fa5a0f74e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 파일 보기

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