From 7d780a551e2b2e38fd0791d1d2048e5770c9effc Mon Sep 17 00:00:00 2001 From: Lux49 Date: Sat, 11 Jul 2020 13:56:01 +0200 Subject: [PATCH] change path of the blog content --- blog-refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-refresh.sh b/blog-refresh.sh index 057436c..701dc46 100755 --- a/blog-refresh.sh +++ b/blog-refresh.sh @@ -72,7 +72,7 @@ has_updates() { fi } -cd /home/nginx/html/blog +cd /home/lucy/blog-content/ git pull &> /dev/null rm -f index.html rm -f rss.xml