Skip to content

Commit

Permalink
pool: Fix typo that breaks pool.mover.ftp.allow-incoming-connections
Browse files Browse the repository at this point in the history
Target: trunk
Require-notes: yes
Require-book: no
Request: 2.11
Request: 2.10
Request: 2.9
Request: 2.8
Request: 2.7
Acked-by: Paul Millar <paul.millar@desy.de>
Acked-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
Patch: https://rb.dcache.org/r/7596/
(cherry picked from commit 455ee76)
  • Loading branch information
gbehrmann committed Dec 15, 2014
1 parent 97fbb48 commit aac1473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/services/pool.batch
Expand Up @@ -90,7 +90,7 @@ create org.dcache.cells.UniversalSpringCell "${pool.cell.name}" \
"!PoolDefaults classpath:org/dcache/pool/classic/pool.xml \
-export=${pool.cell.export} -cellClass=Pool -profiles=healthcheck-${pool.enable.repository-check} \
-setupClass=pool -setupFile=\"${pool.path}/setup\" \
-ftpProxyPassive=\"${pool.mover.ftp.allow-incomming-connections}\" \
-ftpProxyPassive=\"${pool.mover.ftp.allow-incoming-connections}\" \
-allowMmap=\"${pool.mover.ftp.mmap}\" \
-messageExecutor=messageThreadPool \
-waitForFiles=\"${pool.wait-for-files}\" \
Expand Down

0 comments on commit aac1473

Please sign in to comment.