mirror of https://git.tuxpa.in/a/code-server.git
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 {
|
} else {
|
||||||
logger.info(" - No authentication")
|
logger.info(" - No authentication")
|
||||||
}
|
}
|
||||||
|
delete process.env.PASSWORD
|
||||||
|
|
||||||
if (httpServer.protocol === "https") {
|
if (httpServer.protocol === "https") {
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
Loading…
Reference in New Issue