mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-22 22:23:31 +02:00
Add test scripts and backup-buttons script
This commit is contained in:
parent
bf07a55ca5
commit
a1a0489377
6 changed files with 79 additions and 0 deletions
5
test-snippets/test-generate-password
Normal file
5
test-snippets/test-generate-password
Normal file
|
@ -0,0 +1,5 @@
|
|||
:global myPassword;
|
||||
|
||||
:set myPassword [:pick ([/cert scep-server otp generate as-value minutes-valid=1]->"password") 0 20]
|
||||
:put "Your new password is..."
|
||||
:put $myPassword
|
Loading…
Add table
Add a link
Reference in a new issue