Using zsh, and running clusterdock_ssh() kept throwing a “= not found” message. Looking around, seemed like just a single = was the POSIX standard for string comparison and had wider shell compatibility. Tested the single = in bash and it still worked.
Using zsh, and running clusterdock_ssh() kept throwing a “= not found” message. Looking around, seemed like just a single = was the POSIX standard for string comparison and had wider shell compatibility. Tested the single = in bash and it still worked.