diff --git a/monithor-server/usr/local/bin/monithor-server b/monithor-server/usr/local/bin/monithor-server index 4ba6002..1a099e1 100755 --- a/monithor-server/usr/local/bin/monithor-server +++ b/monithor-server/usr/local/bin/monithor-server @@ -8,7 +8,7 @@ source /etc/monithor-server/service.cfg Exit () { [[ "$1" == "root" ]] && echo "You have to be root ..." - [[ "$1" == "Config" ]] && echo "Ip configuration will failed" + #[[ "$1" == "Config" ]] && echo "Ip configuration will failed" exit }