mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-02 17:24:36 +02:00
add script 'daily-psk-schedule'
This commit is contained in:
parent
e0e48573b9
commit
7b0b808c18
2 changed files with 23 additions and 12 deletions
12
daily-psk
12
daily-psk
|
@ -53,16 +53,6 @@
|
|||
:return $return;
|
||||
}
|
||||
|
||||
# check mail server
|
||||
:if ([ / tool netwatch get [ find where comment=[ / tool e-mail get address ] ] status ] != "up" ) do={
|
||||
:error "Mail server is not up.";
|
||||
}
|
||||
|
||||
# check time
|
||||
:if ([ / system ntp client get status ] != "synchronized") do={
|
||||
:error "Time is not yet synchronized from ntp.";
|
||||
}
|
||||
|
||||
:local date [ / system clock get date ];
|
||||
:local newpsk [ $GeneratePSK $date ];
|
||||
|
||||
|
@ -111,5 +101,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/ system scheduler set disabled=yes [ find where name=daily-psk disabled=no ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue