typo thanks to @firefoxOnFire

This commit is contained in:
MHSanaei 2023-04-21 19:03:23 +03:30
parent b0f974a94d
commit 55f7fcd1b3

View File

@ -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