mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-28 12:20:07 +02:00
global-config: sort sms-action alphabetically
This commit is contained in:
parent
e17389749f
commit
015f8e01b5
1 changed files with 2 additions and 2 deletions
|
@ -75,9 +75,9 @@
|
|||
|
||||
# Run commands on SMS action.
|
||||
:global "sms-action" {
|
||||
shutdown="/ system shutdown;";
|
||||
reboot="/ system reboot;";
|
||||
bridge-port-toggle="/ system script run bridge-port-toggle;";
|
||||
reboot="/ system reboot;";
|
||||
shutdown="/ system shutdown;";
|
||||
# add more here...
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue