Merge pull request #4114 from regnauld/patch-1

Fix typo in Updating.md
This commit is contained in:
Neil Lathwood
2016-08-18 23:48:05 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ structure if updates are available.
LibreNMS follows the master branch on github for daily updates. LibreNMS follows the master branch on github for daily updates.
You can change to the monthly releases by setting: You can change to the monthly releases by setting:
$config['update_channel'] == 'release'; $config['update_channel'] = 'release';
## Disabling automatic updates ## ## Disabling automatic updates ##
LibreNMS by default performs updates on a daily basis. This can be disabled LibreNMS by default performs updates on a daily basis. This can be disabled
@@ -20,4 +20,4 @@ by ensuring:
$config['update'] = 0; $config['update'] = 0;
is no longer commented out. is no longer commented out.