if [[ -z "${pass}" ]]; then + pass="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c16)" + echo_info "New password has been set to ${pass}" + fi + if [[ -n $(which cracklib-check) ]]; then + echo_progress_start "Cracklib detected. Checking password strength."...