5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
# Run daily at 03:15 server time.
|
|
# Adjust paths to match your Linode checkout location.
|
|
15 3 * * * cd /srv/fast-website && ./scripts/refresh.sh >> /var/log/fast-website-refresh.log 2>&1
|
|
|