mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
tools: Fix runtime error in quagga script
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
This commit is contained in:
parent
2286f0fb56
commit
db0f7939bc
@ -73,6 +73,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
help)
|
help)
|
||||||
man -s 1 quagga
|
man -s 1 quagga
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown option entered"
|
echo "Unknown option entered"
|
||||||
exit -1
|
exit -1
|
||||||
|
Loading…
Reference in New Issue
Block a user