Skip to content

Commit e692e17

Browse files
committed
Fix Whitelist IP Prompt
1 parent e4559c7 commit e692e17

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
@@ -220,6 +220,7 @@ COMMONNGINX()
220220

221221
# White List IP Address
222222
echo -e "\033[34mEasyEngine (ee) Allow To Access Protected Files By Using Whitelisted IP Address Or HTTP Authentication\e[0m"
223+
stty echo
223224
read -p "Enter The IP Address To Whitelist: " WHITELISTIP
224225
if [[ $WHITELISTIP != "" ]]
225226
then

0 commit comments

Comments
 (0)