mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Remove filePerms log
This commit is contained in:
parent
8b557a0cb9
commit
ebad304aa9
@ -107,7 +107,6 @@ module.exports.setDefaultDirSync = (path, silent = false) => {
|
|||||||
const uid = global.Uid
|
const uid = global.Uid
|
||||||
const gid = global.Gid
|
const gid = global.Gid
|
||||||
if (isNaN(uid) || isNaN(gid)) {
|
if (isNaN(uid) || isNaN(gid)) {
|
||||||
if (!silent) Logger.debug('Not modifying permissions since no uid/gid is specified')
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if (!silent) Logger.debug(`[FilePerms] Setting dir permission "${mode}" for uid ${uid} and gid ${gid} | "${path}"`)
|
if (!silent) Logger.debug(`[FilePerms] Setting dir permission "${mode}" for uid ${uid} and gid ${gid} | "${path}"`)
|
||||||
|
Loading…
Reference in New Issue
Block a user