🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/02-packages.sh
This commit is contained in:
casjay
2025-01-06 11:33:51 -05:00
parent a467f83e97
commit 468a462a03

View File

@@ -38,7 +38,7 @@ exitCode=0
[ -f "/etc/privoxy/default.filter.new" ] && mv -f /etc/privoxy/default.filter.new /etc/privoxy/default.filter
[ -f "/etc/privoxy/match-all.action.new" ] && mv -f /etc/privoxy/match-all.action.new /etc/privoxy/match-all.action
[ -f "/etc/privoxy/regression-tests.action.new" ] && mv -f /etc/privoxy/regression-tests.action.new /etc/privoxy/regression-tests.action
rm -Rf /etc/privoxy/*.new
rm -Rf /etc/privoxy/*.new /etc/tor/*.sample
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
#exitCode=$?