Fix typo in Updating.md

This commit is contained in:
Phil Regnauld
2016-08-19 00:44:02 +02:00
committed by GitHub
parent 340d4df91a
commit 621f4d2f4b

View File

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