diff options
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... }; |