Bladeren bron

No spaces

Bob Mottram 8 jaren geleden
bovenliggende
commit
959cf717c9
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1
    1
      src/freedombone-addremove
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-addremove Bestand weergeven

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

+ 1
- 1
src/freedombone-controlpanel Bestand weergeven

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