Browse Source

Minor Fix of echo statements

old-stable
Mitesh Shah 11 years ago
parent
commit
3ded952202
  1. 2
      usr/local/sbin/easyengine

2
usr/local/sbin/easyengine

@ -219,7 +219,7 @@ COMMONNGINX()
EEMD5SUM EEMD5SUM
# White List IP Address # White List IP Address
echo -e "\033[34mEasyEngine (ee) Allow To Access Protected Files By Using Whitelisted IP Address Or HTTP Authentication" echo -e "\033[34mEasyEngine (ee) Allow To Access Protected Files By Using Whitelisted IP Address Or HTTP Authentication\e[0m"
IPDETECT=$(w | grep $(echo $SSH_TTY| cut -d'/' -f3,4) | awk '{print($3)}' | grep -v "-") IPDETECT=$(w | grep $(echo $SSH_TTY| cut -d'/' -f3,4) | awk '{print($3)}' | grep -v "-")
if [ ! -z $IPDETECT ] if [ ! -z $IPDETECT ]
then then

Loading…
Cancel
Save