Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh2
1 files changed, 1 insertions, 1 deletions
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