mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-24 12:55:01 +02:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
@ -5,7 +5,7 @@
|
|||
:put "The current time is : $CurrentTime";
|
||||
|
||||
# declare the time of day variable
|
||||
:local TimeOfDay
|
||||
:local TimeOfDay;
|
||||
|
||||
# Check if it's very early
|
||||
:if (($CurrentTime >= 00:00) and ($CurrentTime < 06:00)) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue