vhs icon indicating copy to clipboard operation
vhs copied to clipboard

Correction of condition logic for env variable "VHS_NO_SANDBOX"

Open pgalonza opened this issue 2 years ago • 0 comments

The condition enableNoSandbox := os.Getenv("VHS_NO_SANDBOX") != "" at any value of VHS_NO_SANDBOX will be true.

pgalonza avatar Aug 05 '23 11:08 pgalonza