Add events

This commit is contained in:
SimonFair
2023-12-15 21:08:54 +00:00
parent 49572e42d2
commit d7fe84ddc0
4 changed files with 18 additions and 3 deletions
+4 -1
View File
@@ -166,6 +166,9 @@ if ($found && $mac_list[$mac]['enable'] == "enable") {
}
break;
}
} else echo "Not Found $mac ignoring";
} else {
if ($mac_list[$mac]['enable'] == "disable") echo "Not Found $mac set to disabled";
else echo "Not Found $mac ignoring or Maybe actions disabled for type(Docker/VM/LXC)";
}
?>