Commit Diff
--- deploy.sh +++ deploy.sh @@ -112,7 +112,7 @@ generate_passwd() { # Generate a random password for the install-<MAC>.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() {