From a591a3be0079521a8a564bfd2042c70158d4ffb5 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Wed, 19 Feb 2025 18:22:37 +0000 Subject: [PATCH] More changes --- convert-website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert-website.sh b/convert-website.sh index 5bbbf30..d34e457 100755 --- a/convert-website.sh +++ b/convert-website.sh @@ -38,7 +38,7 @@ cat $WebDir/index.html-02 | col -b -x > $WebDir/index.html-03 sed '1,7d' $WebDir/index.html-03 > $WebDir/index.html-04 # Write the show title to a new index.html text file -cat $HOME/SCM-Show.txt > $WebDir/index.html-05 +cat $HOME/SCM.txt > $WebDir/index.html-05 # Append the previous index.html text file to the new index.html text file cat $WebDir/index.html-04 >> $WebDir/index.html-05