We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4060abb commit 3ded952Copy full SHA for 3ded952
usr/local/sbin/easyengine
@@ -219,7 +219,7 @@ COMMONNGINX()
219
EEMD5SUM
220
221
# White List IP Address
222
- 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"
223
IPDETECT=$(w | grep $(echo $SSH_TTY| cut -d'/' -f3,4) | awk '{print($3)}' | grep -v "-")
224
if [ ! -z $IPDETECT ]
225
then
0 commit comments