global-config: add missing semicolons

This commit is contained in:
Christian Hesse 2018-10-04 13:32:21 +02:00
parent 5303c034b9
commit ea4b739d00

View file

@ -42,17 +42,17 @@
# Run different commands with multiple mode-button presses. # Run different commands with multiple mode-button presses.
:global "mode-button" { :global "mode-button" {
1="/ system script run leds-toggle-mode;"; 1="/ system script run leds-toggle-mode;";
2="/ system shutdown"; 2="/ system shutdown;";
3="/ system reboot"; 3="/ system reboot;";
# add more here... # add more here...
}; };
# Run commands on SMS action. # Run commands on SMS action.
:global "sms-action" { :global "sms-action" {
shutdown="/ system shutdown"; shutdown="/ system shutdown;";
reboot="/ system reboot"; reboot="/ system reboot;";
# add more here... # add more here...
} };
# This address should resolve ntp servers and is used to update # This address should resolve ntp servers and is used to update
# ntp settings. A pool can rotate servers. # ntp settings. A pool can rotate servers.