]> git.puffer.fish Git - matthieu/frr.git/commit
tools: Do not wrap the pidfile into double-quotes for frrcommon.sh
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 8 Jul 2022 16:11:17 +0000 (19:11 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 11 Jul 2022 11:47:09 +0000 (14:47 +0300)
commit9dedc9eb37688fe420a382ff385243b6711080c6
tree8b488efc2f4eb7422a4f52ec876dfb8edf3bfe62
parent3fb4bef537b4047feada63531026f22f906ea21b
tools: Do not wrap the pidfile into double-quotes for frrcommon.sh

The problem is that when we run watchfrr.sh/frrinit.sh, we get something like:

```
cat: '"/var/run/frr/staticd.pid"': No such file or directory
cat: '"/var/run/frr/babeld.pid"': No such file or directory
cat: '"/var/run/frr/zebra.pid"': No such file or directory
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tools/frrcommon.sh.in