未验证 提交 a64f80d2 编写于 作者: A Anmol Sethi 提交者: GitHub

Merge pull request #1602 from cdr/unset-pass

Unset $PASSWORD after grabbing it
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册