mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 15:51:00 +00:00
5 lines
74 B
Text
5 lines
74 B
Text
|
#!/bin/bash
|
||
|
|
||
|
# number of days to keep cache
|
||
|
export CACHE_RETENTION_DAYS=2
|