Correct variable name

This commit is contained in:
jacob.eva 2023-09-21 19:47:21 +01:00
parent b668e9f788
commit 5ffd129bef
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -43,7 +43,7 @@ while read -p "$adminusername@$domain is this correct? (y/n): " confirm; do
done
read -p "Enter the password for the ejabberd SQL user: " sqlpassword
while read -p "$adminpassword is this correct? (y/n): " confirm; do
while read -p "$sqlpassword is this correct? (y/n): " confirm; do
if [ "$confirm" == "y" ]; then
break
else