File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
usr/libexec/helper-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments