Browse Source

Minor fix

old-stable
Mitesh Shah 11 years ago
parent
commit
ea04256805
  1. 2
      src/lib/ee_lib_check_domain.sh

2
src/lib/ee_lib_check_domain.sh

@ -3,7 +3,7 @@
function ee_lib_check_domain()
{
# Check if domain name is empty or not
while [ -z $1 ]; do
while [ -z $EE_DOMAIN ]; do
# Ask user to enter domain name
read -p "Enter domain name: " EE_DOMAIN
done

Loading…
Cancel
Save