From f1f5ab51b22b14ef44a8035674f96064e29b1821 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Thu, 25 Jul 2024 10:55:03 -0500 Subject: [PATCH] Fixed error where I would create a file called RSS_FEED_PATH --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 59e758c..78842cd 100755 --- a/build.sh +++ b/build.sh @@ -236,7 +236,7 @@ gen_sorted_file_list() { # Generate a list of the HTMl files, sorted by when the gen_rss_feed() { # Uses the sorted_file_list variable to generate an RSS feed echo "Generating RSS Feed..." local RSS_FEED_PATH="${BASE_PATH}/output/rss.xml" - touch "RSS_FEED_PATH" # Create the RSS file + touch "$RSS_FEED_PATH" # Create the RSS file local RSS_CONTENT="\n" counter=0 RSS_CONTENT+="\n"