aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-10-04 13:32:21 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-10-04 13:32:21 +0200
commitea4b739d008437d82f4176db4706b13e31f5dfa2 (patch)
treea3950f7e81c9b4786c2aa6d245220d0be9486d7e /global-config
parent5303c034b9ef1bd0fd543b2221d8046e257eaf6d (diff)
global-config: add missing semicolons
Diffstat (limited to 'global-config')
-rw-r--r--global-config10
1 files changed, 5 insertions, 5 deletions
diff --git a/global-config b/global-config
index a253dea..64bec00 100644
--- a/global-config
+++ b/global-config
@@ -42,17 +42,17 @@
# Run different commands with multiple mode-button presses.
:global "mode-button" {
1="/ system script run leds-toggle-mode;";
- 2="/ system shutdown";
- 3="/ system reboot";
+ 2="/ system shutdown;";
+ 3="/ system reboot;";
# add more here...
};
# Run commands on SMS action.
:global "sms-action" {
- shutdown="/ system shutdown";
- reboot="/ system reboot";
+ shutdown="/ system shutdown;";
+ reboot="/ system reboot;";
# add more here...
-}
+};
# This address should resolve ntp servers and is used to update
# ntp settings. A pool can rotate servers.