Browse Source

Minor fix

old-stable
Mitesh Shah 11 years ago
parent
commit
dcb3d128b5
  1. 2
      src/modules/secure/ee_mod_secure_auth.sh

2
src/modules/secure/ee_mod_secure_auth.sh

@ -4,7 +4,7 @@ function ee_mod_secure_auth()
{
local ee_http_auth_user ee_http_auth_pass
read -sp "Provide HTTP authentication user name [easyengine]: " ee_http_auth_user
read -p "Provide HTTP authentication user name [easyengine]: " ee_http_auth_user
read -sp "Provide HTTP authentication password [easyengine]: " ee_http_auth_pass
# If enter is pressed, set easyengine

Loading…
Cancel
Save