udate error
hi
i installed selfoss 2.9 under opensuse with apache2 and sqlite
wheni add new feed source then update feed, content of new feed displayed.
after a moment ( about 5 min and later when i getto new feed and update no thing changed. i sure that source has newfeed at that time.
I use several way to update.
1.http://localhost/selfoss/update
2.using commond line: curl "http://localhost/selfoss/update"
3.using this script by cron:
**************
#!/bin/bash
LOAD=$(unset LANG; uptime | awk '{ print $11 }' | sed 's/,$//' )
if [[ $LOAD < 1 ]]
then
/usr/bin/curl -s -S -m 3300 http://127.0.0.1/selfoss/update >/dev/null
fi
exit 0
**************
4.using auto **using this manual**here
but after updating not occurred any change.
please help me!
tanks a lot. :)