Update image-cleanup.sh
This commit is contained in:
parent
d4ade97c0d
commit
21664d15f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue