mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-13 01:46:00 +00:00
7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/sh
|
|
|
|
while true; do
|
|
/srv/update-ttrss.sh
|
|
sleep 24h
|
|
done
|