Skip to content

Commit cf83c72

Browse files
authored
Merge pull request #8671 from romayalon/romy-fix-nc-cli-events
NC | Fix for NooBaa CLI not creating events
2 parents 038ce84 + eaac695 commit cf83c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/manage_nsfs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let config_fs;
3333

3434
async function main(argv = minimist(process.argv.slice(2))) {
3535
try {
36+
config.EVENT_LOGGING_ENABLED = true;
3637
if (process.getuid() !== 0 || process.getgid() !== 0) {
3738
throw new Error('Root permissions required for Manage NSFS execution.');
3839
}

0 commit comments

Comments
 (0)