mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 15:20:59 +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
|