mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-16 07:47:52 +02:00
GeneratePSK: fix line break (and syntax error)
This commit is contained in:
parent
a80591f510
commit
a964e8ad0c
1 changed files with 4 additions and 5 deletions
|
@ -6,11 +6,10 @@
|
||||||
:local date [ / system clock get date ];
|
:local date [ / system clock get date ];
|
||||||
|
|
||||||
# 0-30 for days of month
|
# 0-30 for days of month
|
||||||
:local
|
:local secret1 { "Abusive"; "Aggressive"; "Bored"; "Chemical"; "Cold";
|
||||||
secret1 { "Abusive"; "Aggressive"; "Bored"; "Chemical"; "Cold"; "Cruel";
|
"Cruel"; "Curved"; "Delightful"; "Discreet"; "Elite"; "Evasive"; "Faded";
|
||||||
"Curved"; "Delightful"; "Discreet"; "Elite"; "Evasive"; "Faded"; "Flat";
|
"Flat"; "Future"; "Grandiose"; "Hanging"; "Humorous"; "Interesting";
|
||||||
"Future"; "Grandiose"; "Hanging"; "Humorous"; "Interesting"; "Magenta";
|
"Magenta"; "Magnificent"; "Numerous"; "Optimal"; "Pathetic"; "Possessive";
|
||||||
"Magnificent"; "Numerous"; "Optimal"; "Pathetic"; "Possessive";
|
|
||||||
"Remarkable"; "Rightful"; "Ruthless"; "Stale"; "Unusual"; "Useless";
|
"Remarkable"; "Rightful"; "Ruthless"; "Stale"; "Unusual"; "Useless";
|
||||||
"Various" };
|
"Various" };
|
||||||
# 0-11 for month of year
|
# 0-11 for month of year
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue