Archived
1
0

Unset $PASSWORD after grabbing it

Closes #1583
This commit is contained in:
Anmol Sethi
2020-05-04 02:40:34 -04:00
parent 81411b2af9
commit 1898dea314

View File

@ -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(