Bob Mottram 7 years ago
parent
commit
f92f215b26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

305
     fi
305
     fi
306
 
306
 
307
     # shellcheck disable=SC2068
307
     # shellcheck disable=SC2068
308
-    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 ${W[@]} 3>&2 2>&1 1>&3
308
+    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 "${W[@]}" 3>&2 2>&1 1>&3
309
 }
309
 }
310
 
310
 
311
 function show_domains_old {
311
 function show_domains_old {