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