Skip to content

Commit 12d0ec7

Browse files
Update server-init.sh
1 parent 59bf80f commit 12d0ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/server/server-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo ""
1212
echo "${YELLOW}Please answer the following two questions:${STD}"
1313
echo ""
1414
echo "What domain will you be using to access your server?"
15-
read -e -p '(ex: mydomain.com)? ' -i "${MYDOMAIN}" MYDOMAIN
15+
read -e -p '(ex: mydomain.com) ' -i "${MYDOMAIN}" MYDOMAIN
1616
echo ""
1717
echo "What is your email address for certificate registration?"
1818
read -e -p '(ex: myname@mydomain.com) ' -i "${MYEMAIL}" MYEMAIL

0 commit comments

Comments
 (0)