Closed kevinpapst closed 1 year ago
Hi Kevin, this is a git message. I am not throwing it.
It seems to be thrown because of the git submodul (EasyBackup git repos inside of Kimai2 repo)
I had not yet the time to read more about it, but maybe this article explains it: https://medium.com/@thecodinganalyst/git-detect-dubious-ownership-in-repository-e7f33037a8f
Thanks for your answer. That explains it. I was just curious.
I mean it looks red like an error and is a bit disturbing, but changing the user doesn't cause any harm, so lets simply chown
.
Can you help explaining this message in the status checks:
This is the directory:
So owner = root and group = www-data. After running
chown -R www-data /var/www/kimai/var/plugins/EasyBackupBundle
the error went away. Why is the ownerroot
dubious?