SHOW:
|
|
- or go back to the newest paste.
1 | /system scheduler | |
2 | add interval=1d name=hapus-user-voucher on-event="### bila ingin variasi ( hasil copas)\r\ | |
3 | \n:foreach i in=[/tool user-manager user find where !actual-profile] do={\r\ | |
4 | \n:local usernamex [/tool user-manager user get \$i username];\r\ | |
5 | \n[/tool user-manager user remove \$usernamex]\r\ | |
6 | \n:log error (\93hapus voucher \$usernamex\94)\r\ | |
7 | \n}\r\ | |
8 | \n### bila tanpa variasi\r\ | |
9 | \n/tool user-manager user remove [find where !actual-profile]" start-time=18:00:01 |