No spaces
This commit is contained in:
parent
97aad0a836
commit
901ea536da
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue