commit 3053837f717724ffdf122bbb8dc79f9788e86da8 from: mischa date: Wed Sep 26 09:36:32 2018 UTC added [!#$%@&()+{}~<>] commit - d738619ffea18930064a2928c772911e0d22e87a commit + 3053837f717724ffdf122bbb8dc79f9788e86da8 blob - c651dfa0b3c6069db1c650544139f838df1a8522 blob + f577e0f7d3b490a2634939ad3f0028224c0b2df4 --- deploy.sh +++ deploy.sh @@ -111,7 +111,7 @@ fetch_ipv6() { generate_passwd() { # Generate a random password for the install-.conf file. # Doesn't take variables - tr -cd '[:alnum:]' < /dev/urandom | fold -w 20 | head -n 1 + tr -cd '[:alnum:][!#$%@&()+{}~<>]' < /dev/urandom | fold -w 20 | head -n 1 } check_instance() {