Skip to content

Commit 3ded952

Browse files
committed
Minor Fix of echo statements
1 parent 4060abb commit 3ded952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +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"
222+
echo -e "\033[34mEasyEngine (ee) Allow To Access Protected Files By Using Whitelisted IP Address Or HTTP Authentication\e[0m"
223223
IPDETECT=$(w | grep $(echo $SSH_TTY| cut -d'/' -f3,4) | awk '{print($3)}' | grep -v "-")
224224
if [ ! -z $IPDETECT ]
225225
then

0 commit comments

Comments
 (0)