Skip to content

Commit

Permalink
NC | Re-enable events on noobaa-cli fix
Browse files Browse the repository at this point in the history
Signed-off-by: Romy <[email protected]>
  • Loading branch information
romayalon committed Jan 9, 2025
1 parent 038ce84 commit eaac695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/manage_nsfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let config_fs;

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

0 comments on commit eaac695

Please sign in to comment.