misc: fix/ improve shebang compatibility

pull/1150/head
CreativeCactus 3 years ago committed by GitHub
parent ff8c1c2e31
commit 343062bf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gen-passwords.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function generatePassword() {
openssl rand -hex 16

Loading…
Cancel
Save