mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-20 03:28:30 +02:00
Remove filePerms log
This commit is contained in:
@@ -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}"`)
|
||||||
|
Reference in New Issue
Block a user