Quote:
Originally Posted by IrenePappel
I've just noticed that my hosts file is empty since it was modified by rtmp-host.sh. Somehow it was not restored to the original state. Now a few of my registered applications are not registered anymore
|
I dont use my hosts file for such purposes. To fix this you could make a backup beforehand
Code:
$ cp hosts hosts-backup
$ printf "127.0.0.1 host.host.com" > hosts
$ cp hosts-backup hosts