From e9a5379d554ebb489e3504f5b86ad27bb6de2990 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 1 Feb 2023 22:02:23 +0000 Subject: [PATCH] Update file run_onchange_after_28-privoxy.tmpl --- .../.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl index 9686ee37..8a42ab04 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.tmpl @@ -21,6 +21,7 @@ if command -v privoxy > /dev/null; then if [ -d "$PRIVOXY_CONFIG_DIR" ]; then sudo cp -f "${XDG_CONFIG_HOME:-HOME/.config}/privoxy/config" "$PRIVOXY_CONFIG" sudo chmod 600 "$PRIVOXY_CONFIG" + sudo chown privoxy:privoxy "$PRIVOXY_CONFIG" # Restart / enable Privoxy if [ -d /Applications ] && [ -d /System ]; then