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
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 1 additions and 0 deletions

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(