diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-21 18:33:23 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-21 18:33:23 +0300 |
| commit | 55f7fcd1b3620e6903eb65c17caa79243bf9ff5d (patch) | |
| tree | 6739cbf7e23b614ba8b05253db85db5dcb8c3ba5 /x-ui.sh | |
| parent | b0f974a94db8508c7c77db18c89cd0ef3497f879 (diff) | |
typo thanks to @firefoxOnFire
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
