Warn in validate.php

When I run ./validate.php I get the following WARN. Should I be concerned about this WARN? I don’t want it to prevent the install from getting updates.

Any Help would appreciate.

==========================================================

Component Version
LibreNMS b2e6d8abef452d093130e79120a9da132cffbcfd
DB Schema 186
PHP 7.0.17
MySQL 5.5.52-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

==========================================================

[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
Modified files:
poller-wrapper.py

You have modified poller-wrapper.py. To see those changes run:
git diff inside the librenms directory. You can save that diff output if you like.

To discard your local changes run:
git checkout poller-wrapper.py

Thank you that did the trick. I will have to check with my coworkers they have modified something and didn’t say anything about it. :frowning:

Again I do appreciate the help. :slight_smile: