We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380de79 + 2292048 commit 9625636Copy full SHA for 9625636
usr/sbin/anondate-get
@@ -162,7 +162,7 @@ output_cmd "INFO: Attempting to determine Tor consensus time middle range..."
162
#output_cmd "INFO: has Tor consensus, ok."
163
##
164
## Therefore use 'anondate --show-middle-range' to check if a Tor consensus is already available.
165
-if time_result="$(anondate --show-middle-range &>/dev/null)" ; then
+if time_result="$(anondate --show-middle-range 2>/dev/null)" ; then
166
valid_after="$(anondate --show-valid-after)"
167
## example valid_after:
168
## 2021-01-21 15:00:00
0 commit comments