nut icon indicating copy to clipboard operation
nut copied to clipboard

[Bug] users.conf is under git

Open introkun opened this issue 3 years ago • 1 comments

Describe the bug Users.conf is under Git. When user is changing users in the app the file is updated and the file is marked as modified in Git. User could commit this file to the repo. We should exclude this file from the Git repo w/o impacting existing users.

NUT version (or git hash):

  • Nut: 3.3
  • Git hash a5f75bc060c9521c056a99241966c2587489831a

introkun avatar Sep 26 '21 07:09 introkun

git update-index --assume-unchanged conf/users.conf

bd82aa5c1aaecdb2559d avatar Sep 26 '21 13:09 bd82aa5c1aaecdb2559d

git update-index --assume-unchanged

good workaround but not an ideal solution

introkun avatar Sep 26 '21 14:09 introkun