Bob Mottram 7 年前
父节点
当前提交
f92f215b26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

@@ -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 {