mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-10 18:34:25 +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.
|
# Run commands on SMS action.
|
||||||
:global "sms-action" {
|
:global "sms-action" {
|
||||||
shutdown="/ system shutdown;";
|
|
||||||
reboot="/ system reboot;";
|
|
||||||
bridge-port-toggle="/ system script run bridge-port-toggle;";
|
bridge-port-toggle="/ system script run bridge-port-toggle;";
|
||||||
|
reboot="/ system reboot;";
|
||||||
|
shutdown="/ system shutdown;";
|
||||||
# add more here...
|
# add more here...
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue