Line 47:
Line 47:
Generate a password and store it to a shell variable:
Generate a password and store it to a shell variable:
MYPASS=`randpw 70`
MYPASS=`randpw 70`
+
+
+
Failures to generate a password is being logged in /var/log/messages. This may be helpful if a certain routine passes a non valid argument to randpw.