mirror of https://github.com/scrapy/scrapy.git
slightly improved version of scrapyd script
This commit is contained in:
parent
5de5cac43e
commit
03a92a8b03
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
repotac="$(dirname $0)/../extras/scrapyd.tac"
|
||||
repotac=$(cd $(dirname $0)/../extras; pwd)/scrapyd.tac
|
||||
|
||||
if [ -f "$repotac" ]; then
|
||||
tacfile="$repotac"
|
||||
|
|
|
|||
Loading…
Reference in New Issue