浏览代码

typo thanks to @firefoxOnFire

MHSanaei 1 年之前
父节点
当前提交
55f7fcd1b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      x-ui.sh

+ 1 - 1
x-ui.sh

@@ -66,7 +66,7 @@ arch3xui() {
 
 confirm() {
     if [[ $# > 1 ]]; then
-        echo && read -p "$1 [Default$2]: " temp
+        echo && read -p "$1 [Default $2]: " temp
         if [[ x"${temp}" == x"" ]]; then
             temp=$2
         fi