From 992d53835471435a8def825902aeb0801d8a24a0 Mon Sep 17 00:00:00 2001 From: acetone Date: Tue, 15 Feb 2022 17:58:01 +0000 Subject: [PATCH] Russian comment to English --- onionsman.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/onionsman.sh b/onionsman.sh index 1b5a9da..22f025b 100644 --- a/onionsman.sh +++ b/onionsman.sh @@ -22,10 +22,10 @@ tor_restart() { counter=0 if [[ $? != 0 ]]; then let counter++ - echo "Произошла ошибка при рестарте службы tor, повтор ($counter)" - sleep 3 - tor_restart - fi; + echo "Tor service restarting failed, retrying ($counter)" + sleep 3 + tor_restart + fi; } service_del() {