Browse Source

No spaces

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

+ 1
- 1
src/freedombone-controlpanel View File

@@ -1876,7 +1876,7 @@ function app_settings {
1876 1876
                      27 40 20 $applist)
1877 1877
 
1878 1878
     if [ $? -eq 0 ]; then
1879
-        app_index = $[choice-1]
1879
+        app_index=$[choice-1]
1880 1880
         chosen_app=${appnames[$app_index]}
1881 1881
         if [[ $chosen_app != "Exit" ]]; then
1882 1882
             configure_interactive_${chosen_app}