#!/bin/bash set -o errexit -o nounset -o pipefail umask 077 if [[ -e /etc/tcp_fastopen_seed ]]; then rand=$(b3sum --keyed -l 16 --no-names /etc/sysctl.d/50-tcp_fastopen_key.conf sysctl -p /etc/sysctl.d/50-tcp_fastopen_key.conf