mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-config: sort sms-action alphabetically
This commit is contained in:
@@ -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...
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user