Bob Mottram 8 år sedan
förälder
incheckning
959cf717c9
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      src/freedombone-addremove
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-addremove Visa fil

77
     if [ $? -eq 0 ]; then
77
     if [ $? -eq 0 ]; then
78
         for choice in $choices
78
         for choice in $choices
79
         do
79
         do
80
-            app_index = $[choice-1]
80
+            app_index=$[choice-1]
81
             APPS_CHOSEN[$app_index]="1"
81
             APPS_CHOSEN[$app_index]="1"
82
         done
82
         done
83
     else
83
     else

+ 1
- 1
src/freedombone-controlpanel Visa fil

1082
         ctr=0
1082
         ctr=0
1083
         for choice in $choices
1083
         for choice in $choices
1084
         do
1084
         do
1085
-            app_index = $[choice-1]
1085
+            app_index=$[choice-1]
1086
             app_name=${APPS_INSTALLED_NAMES[app_index]}
1086
             app_name=${APPS_INSTALLED_NAMES[app_index]}
1087
             if [[ "${app_name}" == 'all' ]]; then
1087
             if [[ "${app_name}" == 'all' ]]; then
1088
                 ${PROJECT_NAME}-restore-local $USB_DRIVE
1088
                 ${PROJECT_NAME}-restore-local $USB_DRIVE