@@ -100,14 +100,14 @@ gen_dh_params_fallback && exit 0 exit 1 fi -echo "*****************************" -echo "** Generating DH Primes. **" -echo "** This will take a while. **" -echo "*****************************" +echo "*****************************" >&2 +echo "** Generating DH Primes. **" >&2 +echo "** This will take a while. **" >&2 +echo "*****************************" >&2 gen_dh_params_openssl && exit 0 gen_dh_params_remote && exit 0 gen_dh_params_fallback && exit 0 exit 1