mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-10 16:56:07 +00:00
The `-d ""` check is false on bash and zsh, but there might be some rare shell out there which treats it as "." or similar, so let's guard against that risk by also verifying that `$HOME` is a non-empty string before we check if it's a directory.