aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/templates/check_new-blog-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/templates/check_new-blog-post.sh')
-rwxr-xr-xmodules/blog/templates/check_new-blog-post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/templates/check_new-blog-post.sh b/modules/blog/templates/check_new-blog-post.sh
index 4c5fa557..10081508 100755
--- a/modules/blog/templates/check_new-blog-post.sh
+++ b/modules/blog/templates/check_new-blog-post.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Initialization
-PATH_TO_FILE="/home/blog"
+PATH_TO_FILE="/var/lib/blog"
/usr/bin/wget -qO $PATH_TO_FILE"/RSS_new" http://blog.mageia.org/?feed=rss2
/bin/date +"%d:%m:%Y %H:%M" > $PATH_TO_FILE"/last_check"