From b8b1ee5326c90867c24f69a35b4485c4903a4bd4 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 5 Nov 2010 14:51:49 +0000 Subject: fix the path to '/usr/local/bin' '/var/lib/blog' --- modules/blog/templates/check_new-blog-post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/templates/check_new-blog-post.sh') 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" -- cgit v1.2.1