Add a script to rebuild the feeds if redis fails
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# If we run this from cron, remove change to "docker exec -i" as we don't have an attached terminal
|
||||
docker exec -it live-web-1 bin/tootctl feeds build --all
|
||||
Reference in New Issue
Block a user