]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make fallback script usage instructions create a log file
authorteor <teor2345@gmail.com>
Wed, 20 Dec 2017 01:36:31 +0000 (12:36 +1100)
committerteor <teor2345@gmail.com>
Wed, 20 Dec 2017 01:36:31 +0000 (12:36 +1100)
Comment-only change.

Closes 24682.

scripts/maint/updateFallbackDirs.py

index 82a60420b4d00c1112ce38473d84e873606830fe..4d00c0facfe137490639aa4e7a47670d97b5f706 100755 (executable)
@@ -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,