added newline between asking for passwords

This commit is contained in:
Beth Parker 2025-03-29 23:32:59 -05:00
parent 96b9da0e5e
commit 0106e1e3b6

View file

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