From 114577ceeb98f9104762d4c6946054d12b17dec8 Mon Sep 17 00:00:00 2001 From: firefoxOnFire <122431170+firefoxOnFire@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:52:53 +0530 Subject: [PATCH] typo --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 9b40de49..31036175 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -61,7 +61,7 @@ fi 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