Error ./scripts/github-remove

Hi guys,
I got a validation error:
Warning: Your local git contains modified files, this could prevent automatic updates.

Fix: You can fix this with ./scripts/github-remove

  • Modified Files
  • storage/framework/cache/data/.gitignore

When I run the script I get the following error:
librenms@librenms:~$ ./scripts/github-remove
usage: github-remove [-h] (-d | -s | -r) [-v]
github-remove: error: one of the arguments -d/–discard -s/–save -r/–restore is required

Whats wrong?

Thanks

1 Like

Try it with -d

2 Likes

But it still won’t fix that one since it is new.

Just run this as the librenms user:

git checkout storage/framework/cache/data/.gitignore

That worked… Thanks