added newline between asking for passwords
This commit is contained in:
parent
96b9da0e5e
commit
0106e1e3b6
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
read -s -p "Admin Password:" ADMIN_PASSWORD
|
||||
echo ""
|
||||
read -s -p "Directory Manager Password:" DM_PASSWORD
|
||||
echo ""
|
||||
read -p "Server to replicate (default ipa.actcur.com):" SERVER
|
||||
|
|
Loading…
Add table
Reference in a new issue