Update gobigps
This commit is contained in:
parent
af1f240ad8
commit
76bb4776ef
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (c) 2014, Daniele Viganò (daniele@vigano.me)
|
# Copyright (c) 2015, Daniele Viganò (daniele@vigano.me)
|
||||||
#
|
#
|
||||||
# gobigps is free software: you can redistribute it and/or modify it
|
# gobigps is free software: you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU Affero General Public License as published
|
# under the terms of the GNU Affero General Public License as published
|
||||||
|
@ -44,6 +44,6 @@ case "$1" in
|
||||||
startstop $1
|
startstop $1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo $"Usage: $0 [start|stop]"
|
echo $"Usage: $0 <start|stop>"
|
||||||
exit 1 ;;
|
exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue
Block a user