From 7d99d4fe4f4f0517feb92085c2a692d01c9348f2 Mon Sep 17 00:00:00 2001 From: mischa Date: Fri, 28 Sep 2018 14:02:01 +0200 Subject: [PATCH] slight modification of jot, without 'del' --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c3a1bef..644bb5d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -112,7 +112,7 @@ 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 - jot -rc -s '' 20 33 127 + jot -rcs '' 20 33 126 } check_instance() {