ppp secret profile wont set
Posted: Sun Feb 26, 2023 7:20 pm
Hello again masters , im here again with another simple question, the problem is ppp secret profile wont set , here's my code
please do help , thankyou
Code: Select all
:foreach item in=[/sys sch find] do={
:if ([/system scheduler get $item disabled] = true) do={
:local disAcc [/sys sch get $item name]
:log warning $disAcc
/ppp secret set $disAcc profile="EXPIRED"
}
}