commit 7d99d4fe4f4f0517feb92085c2a692d01c9348f2 from: mischa date: Fri Sep 28 12:02:01 2018 UTC slight modification of jot, without 'del' commit - 90074477f206ff08ed887a848b4908e5b62d35fd commit + 7d99d4fe4f4f0517feb92085c2a692d01c9348f2 blob - c3a1bef053896e1560f46db74691a74963abd3e8 blob + 644bb5dbf276f2bbb91cf7ad22fb5120dca46112 --- deploy.sh +++ 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() {