diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-06 18:51:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-06 18:51:37 +0100 |
commit | 289798bbd9f74d8f87f3626b8edf7c25e94a61a7 (patch) | |
tree | 518b6ff501f737bdf5dfe71e6b792d1249501eb0 /templates | |
parent | cee68343fba90b0703e806fd3c5c93d74853ec52 (diff) | |
download | vyatta-cfg-quagga-289798bbd9f74d8f87f3626b8edf7c25e94a61a7.tar.gz vyatta-cfg-quagga-289798bbd9f74d8f87f3626b8edf7c25e94a61a7.zip |
static: start help test with uppercase letter
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/static/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/static/node.def b/templates/protocols/static/node.def index f5d5a42f..0cbd6d1b 100644 --- a/templates/protocols/static/node.def +++ b/templates/protocols/static/node.def @@ -1,8 +1,8 @@ priority: 480 -help: static route parameters +help: Static route parameters end: if [ "$COMMIT_ACTION" != "DELETE" ]; then - vtysh -d zebra -c 'sh run' > /opt/vyatta/etc/quagga/zebra.conf + vtysh -d zebra -c 'sh run' > /opt/vyatta/etc/quagga/zebra.conf else rm -f /opt/vyatta/etc/quagga/zebra.conf fi |