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 ```