Browse Source

rename listen to listen-tcp in the init script as well

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
5c2b07387e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/ngcp-mediaproxy-ng-daemon.init

+ 1
- 1
debian/ngcp-mediaproxy-ng-daemon.init View File

@ -44,7 +44,7 @@ set -e
OPTIONS=""
[ -z "$ADDRESS" ] || OPTIONS="$OPTIONS --ip=$ADDRESS"
[ -z "$LISTEN" ] || OPTIONS="$OPTIONS --listen=$LISTEN"
[ -z "$LISTEN_TCP" ] || OPTIONS="$OPTIONS --listen-tcp=$LISTEN_TCP"
[ -z "$LISTEN_UDP" ] || OPTIONS="$OPTIONS --listen-udp=$LISTEN_UDP"
[ -z "$TIMEOUT" ] || OPTIONS="$OPTIONS --timeout=$TIMEOUT"
[ -z "$SILENT_TIMEOUT" ] || OPTIONS="$OPTIONS --silent-timeout=$SILENT_TIMEOUT"


Loading…
Cancel
Save