No spaces

This commit is contained in:
Bob Mottram 2016-09-30 14:01:04 +01:00
parent 97aad0a836
commit 901ea536da
1 changed files with 1 additions and 1 deletions

View File

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