mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-01 04:38:48 +00:00
typo
This commit is contained in:
parent
b4fc5a7ab8
commit
114577ceeb
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
@ -61,7 +61,7 @@ fi
|
||||||
|
|
||||||
confirm() {
|
confirm() {
|
||||||
if [[ $# > 1 ]]; then
|
if [[ $# > 1 ]]; then
|
||||||
echo && read -p "$1 [Default$2]: " temp
|
echo && read -p "$1 [Default $2]: " temp
|
||||||
if [[ x"${temp}" == x"" ]]; then
|
if [[ x"${temp}" == x"" ]]; then
|
||||||
temp=$2
|
temp=$2
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue