Russian comment to English

This commit is contained in:
acetone
2022-02-15 17:58:01 +00:00
parent aed4d3a83e
commit 992d538354
+4 -4
View File
@@ -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() {