From e9058cf4635c8087bbca9c4adbcd8e1ae60bc702 Mon Sep 17 00:00:00 2001 From: ruslan Date: Wed, 25 Jun 2025 14:34:27 +0200 Subject: [PATCH] Update tor-website.md --- content/posts/tor-website.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/tor-website.md b/content/posts/tor-website.md index bcfbd47..cbce926 100644 --- a/content/posts/tor-website.md +++ b/content/posts/tor-website.md @@ -58,6 +58,6 @@ http://.onion { ## Перезапуск сервисов ```shell -sudo systemctl restart tor -sudo systemctl restart caddy +systemctl restart tor +systemctl restart caddy ```