Skip to content

Commit 5d992dd

Browse files
committed
output
1 parent 68e7f2a commit 5d992dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/libexec/helper-scripts/onion-time-pre-script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ tor_dormant_status() {
122122
check_tor_dormant_status ## tor_bootstrap_check.bsh
123123

124124
if [ "$tor_dormant_status" = "0" ]; then
125-
output_cmd "Tor Dormant Result: No, dormant, good. (tor_dormant_type: '$tor_dormant_type')"
125+
output_cmd "Tor Dormant Result: No, not dormant, good. (tor_dormant_type: '$tor_dormant_type')"
126126
elif [ "$tor_dormant_status" = "1" ]; then
127-
output_cmd "Tor Dormant Result: Yes, dormant. (tor_dormant_type: '$tor_dormant_type') Sending 'SIGNAL active' and 'SIGNAL newnym' to wake up Tor..."
127+
output_cmd "Tor Dormant Result: Yes, dormant. (tor_dormant_type: '$tor_dormant_type') Sending 'SIGNAL active' and 'SIGNAL newnym' to wake up Tor..."
128128
## https://stackoverflow.com/questions/37135213/check-tor-connection-is-established-before-running-scrapy
129129
run_signal_newnym
130130
else

0 commit comments

Comments
 (0)