5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/bash
|
|
set -e
|
|
echo "127.0.0.1 localhost" >> /tmp/hosts
|
|
echo "$HOST_ADDR host" >> /tmp/hosts
|