cloudfoundry-community / jumpbox-boshrelease

A BOSH release for jumpboxen
MIT License
22 stars 27 forks source link

Declare Users variable as Global #86

Closed thehandsomezebra closed 2 years ago

thehandsomezebra commented 3 years ago

Re-declaring does not clear an associative array...if we unset it, and then declare it again, it will only be local to the function. Changing it to global fixes this.

Fixes #85

ramonskie commented 2 years ago

thanks for your PR @thehandsomezebra