tox_wrapper
This commit is contained in:
parent
510e790155
commit
8bf481e6fc
11 changed files with 1501 additions and 4 deletions
|
|
@ -216,6 +216,7 @@ for the_json in $json ; do
|
|||
done
|
||||
|
||||
i=4
|
||||
##
|
||||
[ $# -ne 0 -a "$1" -ne $i ] || \
|
||||
[ "$HAVE_TOR" = 0 ] || \
|
||||
[ ! -f /etc/tor/torrc ] || \
|
||||
|
|
@ -250,6 +251,7 @@ for the_tox in /etc/tor/torrc ; do
|
|||
ip route | grep ^def || exit 0
|
||||
|
||||
i=5
|
||||
##
|
||||
the_tox=$tox
|
||||
[ $# -ne 0 -a "$1" != "$i" ] || \
|
||||
[ "$HAVE_JQ" = 0 ] || \
|
||||
|
|
@ -283,6 +285,7 @@ for the_tox in $tox $OUT.save ; do
|
|||
done
|
||||
|
||||
i=6
|
||||
##
|
||||
[ $# -ne 0 -a "$1" != "$i" ] || \
|
||||
[ "$HAVE_JQ" = 0 ] || \
|
||||
! INFO $i Eating dogfood || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue