diff options
author | Christian Hesse <mail@eworm.de> | 2018-11-13 10:20:45 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-11-13 10:20:45 +0100 |
commit | 015f8e01b57906b2cb4dad0692c69a53ed5451d3 (patch) | |
tree | afc6dbc0ec19d552d58e7ac6b78cf49f22adb2ff /global-config | |
parent | e17389749f5cd880e1fae59a77f118823b88fdf5 (diff) |
global-config: sort sms-action alphabetically
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 4 |
1 files 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... }; |