mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 7m33s
All checks were successful
release-tag / release-image (push) Successful in 7m33s
rootfs/root/docker/setup/07-cleanup.sh rootfs/tmp/etc/privoxy/config
This commit is contained in:
@@ -33,6 +33,8 @@ exitCode=0
|
||||
# Predefined actions
|
||||
if [ -d "/tmp" ]; then rm -Rf "/tmp"/*; fi
|
||||
if [ -d "$HOME/.cache" ]; then rm -Rf "$HOME/.cache"; fi
|
||||
rm -Rf "/etc/privoxy"/*.new
|
||||
rm -Rf "/etc/privoxy"/*/*.new
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
|
||||
|
||||
Reference in New Issue
Block a user