global-config: sort sms-action alphabetically

This commit is contained in:
Christian Hesse 2018-11-13 10:20:45 +01:00
parent e17389749f
commit 015f8e01b5

View file

@ -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...
};