use 127.0.0.1 as the default address in the shell example

This commit is contained in:
Daniel Schauenberg 2012-07-20 13:20:39 +02:00
Родитель 8f66571e44
Коммит f7e7801a20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
# #
# Alexander Fortin <alexander.fortin@gmail.com> # Alexander Fortin <alexander.fortin@gmail.com>
# #
STATSD="statsd-ip-address" STATSD="127.0.0.1"
PORT="8125" PORT="8125"
if [ $# -ne 1 ] if [ $# -ne 1 ]