mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-12 15:44:28 +02:00
Better naming scheme
This commit is contained in:
parent
d682f4c4d3
commit
df330d0b54
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
/system script
|
||||
|
||||
:local commonScripts {"backup-buttons"; "backup-cron"; "backup-scripts"; "cloud-backup"; "firmware-check"}
|
||||
:local initScripts ("enable-wifi", $commonScripts)
|
||||
:local initScripts ("wifi-enable", $commonScripts)
|
||||
|
||||
:foreach scriptName in $initScripts do={
|
||||
:do { run $scriptName } on-error={:log error "Error running $scriptName"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue