Hi Guys
i have a script that runs every morning at 6 to disconnect to ppp active users for radius to do backed radius scripting
currently my radius takes to heavy load when the disconnects happen to quick
my one liner is
/ppp active remove [ /ppp active find]
i want to add a little sleep for 5s, in bash and perl its very simple, but i have no idea how to in MT
:delay-time 5s [/ppp active remove [ /ppp active find] ]
something in this sense
any pointers would be apreciated
Thanks
S