You should remove "D" flags with script and schedule. It's Mikrotik bug.
Add your script with name remove-useless-script
Code:
/system script add name=remove-useless-script owner=admin dont-require-permissions=yes policy=ftp,password,policy,read,reboot,romon,sensitive,sniff,test,write source={/interface/ovpn-server/remove [find where running=no and dynamic=yes]}
change the start date on your own dateAdd Scheduler to run your script with name remove-useless-scheduler.
Code:
/system scheduler addname=remove-useless-scheduler interval=00:01:00 policy=api,local,policy,reboot,romon,sniff,telnet,web,write,ftp,password,read,rest-api,sensitive,ssh,test,winbox on-event=remove-useless-script start-date=Jan/18/2024
Statistics: Posted by hosi69 — Thu Jan 18, 2024 12:51 am