openvpn3
openvpn3 copied to clipboard
fix: use `#!/usr/bin/env bash`
Description
This replaces /bin/bash
shebang with a more universal /usr/bin/env bash
.
This is required for easier packaging in systems which don't provide the former such as NixOS.