fix port field, from #7004
authorTravis Kemen <thepeople@openwrt.org>
Sat, 3 Apr 2010 22:23:37 +0000 (22:23 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Sat, 3 Apr 2010 22:23:37 +0000 (22:23 +0000)
SVN-Revision: 20689

multimedia/ftpd-topfield/files/ftpd-topfield.sh

index c359003c1ee401a9e2d3ceccdf1126235b312c8d..27c48257480fdcc383c0b96af1741fab81df5b5b 100644 (file)
@@ -20,7 +20,7 @@ config_cb() {
                        case "$elpf" in
                                yes|on|enabled|1) elpf=1;;
                        esac
-                       TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-p $port }${elpf:+-E}"
+                       TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-P $port }${elpf:+-E}"
                ;;
        esac
 }