Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
torflow
Commits
b1eca505
Commit
b1eca505
authored
Jul 13, 2012
by
Peter Palfrader
Committed by
aagbsn
Oct 13, 2014
Browse files
Do not export an empty PYTHONPATH
parent
6c852c8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
NetworkScanners/BwAuthority/run_scan.sh
View file @
b1eca505
...
...
@@ -47,7 +47,7 @@ else
sleep
500
fi
export
PYTHONPATH
[
-z
"
$PYTHONPATH
"
]
||
export
PYTHONPATH
for
n
in
`
seq
$SCANNER_COUNT
`
;
do
nice
-n
20 ./bwauthority.py ./data/scanner.
${
n
}
/bwauthority.cfg
\
>
./data/scanner.
${
n
}
/bw.log 2>&1 &
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment