fuel-ccp-installer/utils/dib/mcp-underlay/post-install.d/10-mcp-underlay

11 lines
137 B
Bash
Executable File

#!/bin/bash
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
echo "127.0.0.1 localhost" >> /etc/hosts