alxwolf / ubios-cert

Manage SSL / TLS certificates with acme.sh (Let's Encrypt, ZeroSSL) for Ubiquiti UbiOS firmwares
MIT License
170 stars 20 forks source link

Quote string for $MODEL value and use $MODEL for error case #33

Closed ausil closed 1 year ago

ausil commented 1 year ago

Make sure that all of $MODEL is always there by quoting where there variable is defined. since we have the value in a variable use it in the error case also

Signed-off-by: Dennis Gilmore dennis@ausil.us