We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When the uid or gid is nan : if ((!options.uid || options.stat.uid === options.uid) && (!options.gid || options.stat.gid === options.gid))
if ((!options.uid || options.stat.uid === options.uid) && (!options.gid || options.stat.gid === options.gid))
!options.uid will return true
[5.DEBUG nikita/lib/chown] "Entering chown" [6.INFO nikita/lib/chown] "stat.uid=0 uid=NaN stat.gid=0 gid=NaN" [6.INFO nikita/lib/chown] "uidcheck=true gidCheck=true" [6.INFO nikita/lib/chown] "Matching ownerships on 'mydir'"
Thanks for your work.
The text was updated successfully, but these errors were encountered:
Do you feel like submitting a pull request, i'll be happy to review it ?
Sorry, something went wrong.
No branches or pull requests
Hi,
When the uid or gid is nan :
if ((!options.uid || options.stat.uid === options.uid) && (!options.gid || options.stat.gid === options.gid))
!options.uid will return true
[5.DEBUG nikita/lib/chown] "Entering chown"
[6.INFO nikita/lib/chown] "stat.uid=0 uid=NaN stat.gid=0 gid=NaN"
[6.INFO nikita/lib/chown] "uidcheck=true gidCheck=true"
[6.INFO nikita/lib/chown] "Matching ownerships on 'mydir'"
Thanks for your work.
The text was updated successfully, but these errors were encountered: