From a323d22078be095d87a00e61a7f356ae4f1a9d39 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 1 Feb 2023 21:17:18 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl --- home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl | 2 +- .../universal/run_onchange_after_28-privoxy.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl index 4353dfa8..2148c338 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_27-tor.tmpl @@ -31,7 +31,7 @@ if command -v toron > /dev/null; then if [[ ! "$(grep Microsoft /proc/version)" ]]; then # Linux sudo systemctl enable tor - sudo systemlctl restart tor + sudo systemctl restart tor else logg info 'Environment is WSL so the Tor systemd service will not be enabled / restarted' fi diff --git a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl index c3bd3936..9686ee37 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl @@ -30,7 +30,7 @@ if command -v privoxy > /dev/null; then if [[ ! "$(grep Microsoft /proc/version)" ]]; then # Linux sudo systemctl enable privoxy - sudo systemlctl restart privoxy + sudo systemctl restart privoxy else logg info 'The system is a WSL environment so the Privoxy systemd service will not be enabled / restarted' fi