process?.send

This commit is contained in:
Sefinek 2024-12-25 01:32:43 +01:00
parent 3c90e5f380
commit a7b2bf6ed0

View file

@ -130,6 +130,8 @@ const processLogLine = async line => {
}); });
}); });
if (process?.send) process.send('ready');
log(0, `Ready! Now monitoring: ${UFW_FILE}`); log(0, `Ready! Now monitoring: ${UFW_FILE}`);
log(0, '====================================================================='); log(0, '=====================================================================');
})(); })();