Update image-cleanup.sh

This commit is contained in:
HHF Technology 2024-12-06 21:57:28 +05:30
parent d4ade97c0d
commit 21664d15f5

View file

@ -20,7 +20,7 @@ IMAGE_PATTERNS=(
) )
# Log file setup # Log file setup
LOG_FILE="/var/log/ptero-cleanup.log" LOG_FILE="/var/log/image-cleanup.log"
DOCKER_PATH=$(which docker) DOCKER_PATH=$(which docker)
# Function to log messages # Function to log messages