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
f0b02bb4
Commit
f0b02bb4
authored
Jul 13, 2012
by
Peter Palfrader
Committed by
aagbsn
Oct 13, 2014
Browse files
Fix indenting
parent
b1eca505
Changes
1
Hide whitespace changes
Inline
Side-by-side
NetworkScanners/BwAuthority/run_scan.sh
View file @
f0b02bb4
...
...
@@ -11,11 +11,11 @@ PYTHONPATH=../../../SQLAlchemy-0.7.3/lib:../../../Elixir-0.7.1/
!
[
-e
local.cfg
]
||
.
local.cfg
for
n
in
`
seq
$SCANNER_COUNT
`
;
do
PIDFILE
=
./data/scanner.
${
n
}
/bwauthority.pid
if
[
-f
$PIDFILE
]
;
then
PIDFILE
=
./data/scanner.
${
n
}
/bwauthority.pid
if
[
-f
$PIDFILE
]
;
then
echo
"Killing off scanner
$n
."
kill
-9
`
head
-1
$PIDFILE
`
&&
rm
$PIDFILE
fi
fi
done
KILLED_TOR
=
false
...
...
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