* mysql * lighttpd (with php and mysql) * transmission * sabnzbd * sickbeard * couchpotato * headphones * btsync
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/bash
|
|
set -e
|
|
# echo "127.0.0.1 localhost" >> /tmp/hosts
|
|
cp /etc/hosts /tmp
|
|
echo "$HOST_ADDR host" >> /tmp/hosts
|