mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-config: add missing semicolons
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user