5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 00:59:35 +00:00

Merge pull request #3 from kpcyrd/tee

Simplify install instructions
This commit is contained in:
Antti Vanhala 2014-11-02 12:59:19 +02:00
commit 7ce183e79f

View File

@ -24,5 +24,5 @@ nano web_config.cfg
cp lighttp.example.conf lighttp.conf
nano lighttp.conf
sudo sh -c "echo 'include \"/path/to/fc00.org/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.conf"
echo 'include "/path/to/fc00.org/web/lighttp.conf"' | sudo tee -a /etc/lighttpd/lighttpd.conf"
```