5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/bash
|
|
|
|
# number of days to keep cache
|
|
export CACHE_RETENTION_DAYS=2
|