From 015f8e01b57906b2cb4dad0692c69a53ed5451d3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 13 Nov 2018 10:20:45 +0100 Subject: global-config: sort sms-action alphabetically --- global-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-config b/global-config index 0382237..7223187 100644 --- a/global-config +++ b/global-config @@ -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... }; -- cgit v1.2.3-54-g00ecf