Update gobigps

This commit is contained in:
Daniele Viganò 2015-07-23 16:40:43 +02:00
parent af1f240ad8
commit 76bb4776ef

View File

@ -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