mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make fallback script usage instructions create a log file
Comment-only change. Closes 24682.
This commit is contained in:
parent
d43dc120e8
commit
1a29ad611c
@ -1,12 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
# Usage:
|
||||
<<<<<<< Updated upstream
|
||||
#
|
||||
# Regenerate the list:
|
||||
# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc
|
||||
# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc 2> fallback_dirs.log
|
||||
#
|
||||
# Check the existing list:
|
||||
# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok
|
||||
# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok 2> fallback_dirs.log
|
||||
# mv fallback_dirs.inc.ok src/or/fallback_dirs.inc
|
||||
#
|
||||
# This script should be run from a stable, reliable network connection,
|
||||
|
Loading…
Reference in New Issue
Block a user