From 252f824e1f9ff108922769831df819826b9b6f75 Mon Sep 17 00:00:00 2001 From: mischa Date: Wed, 26 Sep 2018 11:39:58 +0200 Subject: [PATCH] aaaaand it's gone --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f577e0f..c651dfa 100755 --- a/deploy.sh +++ b/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() {