Merge pull request #1602 from cdr/unset-pass
Unset $PASSWORD after grabbing it
This commit is contained in:
commit
a64f80d2d4
@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
|
||||
} else {
|
||||
logger.info(" - No authentication")
|
||||
}
|
||||
delete process.env.PASSWORD
|
||||
|
||||
if (httpServer.protocol === "https") {
|
||||
logger.info(
|
||||
|
Reference in New Issue
Block a user