Bob Mottram il y a 7 ans
Parent
révision
f92f215b26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Voir le fichier

@@ -305,7 +305,7 @@ function show_domains {
305 305
     fi
306 306
 
307 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 311
 function show_domains_old {