Hi all,
I got the following error:
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
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore
I tried to use git checkout storage
and got the message that some files are owned by a different user than librenms. So I ran the fix chown, setfacl and chmod. Now I only get the error that the git contains modified files again. Only the bootstrap/cahce/.gitignore If I run./script/github-remove I got an error one of the arguments are required. But I do not know which one I need to use because none of them work.