This following script has always worked flawlessly on OS6 but is failing on OS7.
It actually runs on the first of each month but wont kick the connections
Just wondering if anyone can see the problem?
:if ([/system clock get date]~"/01/") do={
/ppp/active/remove [/ppp/active/find]
:log info "PPP Reset"} else={ :log info "PPP NOT Reset" }