Explorar el Código

typo thanks to @firefoxOnFire

MHSanaei hace 2 años
padre
commit
55f7fcd1b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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