Fixed bird config path

This commit is contained in:
SaintYomar 2019-06-13 14:05:13 -05:00 committed by GitHub
parent 2a1f6388c5
commit a715a77c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ You can download BIRD source code from it's [official repository.](https://gitla
make make
su su
make install make install
vi /usr/local/etc/bird.conf vi /etc/bird/bird.conf
``` ```
The installation will place the bird directory inside */etc* where you will also find its config file. The installation will place the bird directory inside */etc* where you will also find its config file.