From 55f7fcd1b3620e6903eb65c17caa79243bf9ff5d Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 21 Apr 2023 19:03:23 +0330 Subject: [PATCH] typo thanks to @firefoxOnFire --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 8e93d62e..bde6eefb 100644 --- a/x-ui.sh +++ b/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