POSIX-ify wsrep scripts
- Replace #!/bin/bash with #!/bin/sh - Split username:password using POSIX compat %% and ## - Don't use array for FILTERS - Replace == tests with POSIX-compat =
Showing
Please register or sign in to comment
- Replace #!/bin/bash with #!/bin/sh - Split username:password using POSIX compat %% and ## - Don't use array for FILTERS - Replace == tests with POSIX-compat =