Skip to content

Commit 4060abb

Browse files
committed
Display Message Before Whitelist IP
1 parent 1a54bbf commit 4060abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/local/sbin/easyengine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ COMMONNGINX()
219219
EEMD5SUM
220220

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

0 commit comments

Comments
 (0)