1 頁 (共 1 頁)

LibreNMS ./validate.php 錯誤訊息

文章發表於 : 週四 7月 4日, 2019年 7:38 am
門神
cd /opt/librenms
./validate.php

錯誤訊息

[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore

解法

./scripts/github-remove -d

就可以了