Correct variable name
This commit is contained in:
parent
b668e9f788
commit
5ffd129bef
@ -43,7 +43,7 @@ while read -p "$adminusername@$domain is this correct? (y/n): " confirm; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
read -p "Enter the password for the ejabberd SQL user: " sqlpassword
|
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
|
if [ "$confirm" == "y" ]; then
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user