mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-05 06:54:59 +02:00
Remove log about not modifying permissions
This commit is contained in:
parent
6f67c7bfa2
commit
ff8a58c7bc
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ module.exports.setDefault = (path, silent = false) => {
|
|||
const gid = global.Gid
|
||||
return new Promise((resolve) => {
|
||||
if (isNaN(uid) || isNaN(gid)) {
|
||||
if (!silent) Logger.debug('Not modifying permissions since no uid/gid is specified')
|
||||
return resolve()
|
||||
}
|
||||
if (!silent) Logger.debug(`Setting permission "${mode}" for uid ${uid} and gid ${gid} | "${path}"`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue