From 5d89ac641718d54f095bd91cac7e4bf38312b3f5 Mon Sep 17 00:00:00 2001 From: guillaume Date: Sat, 30 Mar 2024 11:31:35 +0100 Subject: [PATCH] check local ip deletee --- monithor-server/usr/local/bin/monithor-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }