Skip to content

Commit 61d769f

Browse files
committed
Unset $PASSWORD after grabbing it
Closes #1583
1 parent 81411b2 commit 61d769f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/entry.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
9090
} else {
9191
logger.info(" - No authentication")
9292
}
93+
process.env.PASSWORD = undefined
9394

9495
if (httpServer.protocol === "https") {
9596
logger.info(

0 commit comments

Comments
 (0)