PPPOE monthly reset script not working on OS7
Posted: Wed Nov 01, 2023 4:28 am
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?
It actually runs on the first of each month but wont kick the connections
Just wondering if anyone can see the problem?
Code: Select all
:if ([/system clock get date]~"/01/") do={
/ppp/active/remove [/ppp/active/find]
:log info "PPP Reset"} else={ :log info "PPP NOT Reset" }