Commit Diff


commit - 252f824e1f9ff108922769831df819826b9b6f75
commit + 90074477f206ff08ed887a848b4908e5b62d35fd
blob - c651dfa0b3c6069db1c650544139f838df1a8522
blob + c3a1bef053896e1560f46db74691a74963abd3e8
--- deploy.sh
+++ deploy.sh
@@ -111,7 +111,8 @@ fetch_ipv6() {
 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
+	#tr -cd '[:alnum:]' < /dev/urandom | fold -w 20 | head -n 1
+	jot -rc -s '' 20 33 127 
 }
 
 check_instance() {