1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

daily-psk-schedule: better matching

This commit is contained in:
Christian Hesse
2019-07-18 13:20:10 +02:00
parent 5d12be36d7
commit b68f5ebc86

View File

@ -22,7 +22,7 @@
:error "Warning: See log for details.";
}
/ system script run [ find where name~"daily-psk\\.(capsman|local)" ];
/ system script run [ find where name~"^daily-psk\\.(capsman|local)\$" ];
/ system scheduler set interval=0s $Scheduler;
}