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