From 6ee7f2b252fc969cc832d7101aa634fc6e7da6a6 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Fri, 25 Oct 2024 15:01:50 -0400 Subject: [PATCH] Update localinstall.sh Fix from #86 --- localinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localinstall.sh b/localinstall.sh index d6f3456..55b93b7 100644 --- a/localinstall.sh +++ b/localinstall.sh @@ -25,7 +25,7 @@ source replace_js.sh cat urls_js.txt echo Downloading local copies of remote CSS files: -sed -n 's/.* replace_css.sh +sed -n 's/.* replace_css.sh sed -n 's/.* urls_css.txt source replace_css.sh cat urls_css.txt @@ -67,4 +67,4 @@ rm replace_js.sh rm replace_css.sh echo Done -exit 0 \ No newline at end of file +exit 0