diff --git a/monithor-server/usr/local/bin/monithor-server b/monithor-server/usr/local/bin/monithor-server index 1a099e1..42bf8c3 100755 --- a/monithor-server/usr/local/bin/monithor-server +++ b/monithor-server/usr/local/bin/monithor-server @@ -18,7 +18,7 @@ if [[ $(id -u) != "0" ]] Exit root fi -[[ -z $(ifconfig | grep inet | awk '{print $2}' | grep $RemoteIp) ]] && Exit Config +#[[ -z $(ifconfig | grep inet | awk '{print $2}' | grep $RemoteIp) ]] && Exit Config