diff options
-rw-r--r-- | routers/bird.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/bird.php b/routers/bird.php index b964367..4abd788 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -26,8 +26,8 @@ final class Bird extends Router { protected function build_commands($command, $parameters) { $commands = array(); - $birdc = '/usr/sbin/birdc'; - $birdc6 = '/usr/sbin/birdc6'; + $birdc = 'birdc'; + $birdc6 = 'birdc6'; switch ($command) { case 'bgp': |