This commit is contained in:
firefoxOnFire 2023-04-12 21:52:53 +05:30 committed by GitHub
parent b4fc5a7ab8
commit 114577ceeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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