check local ip deletee

This commit is contained in:
guillaume 2024-03-30 11:31:35 +01:00
parent c4801fa8dc
commit 5d89ac6417

View File

@ -8,7 +8,7 @@ source /etc/monithor-server/service.cfg
Exit () { Exit () {
[[ "$1" == "root" ]] && echo "You have to be root ..." [[ "$1" == "root" ]] && echo "You have to be root ..."
[[ "$1" == "Config" ]] && echo "Ip configuration will failed" #[[ "$1" == "Config" ]] && echo "Ip configuration will failed"
exit exit
} }