From 635aaccba2d67fdd9da1dc3c85c7fcb9aa3afc4d Mon Sep 17 00:00:00 2001 From: Russ Biggs Date: Wed, 2 Oct 2024 09:33:25 -0600 Subject: [PATCH] script update --- scripts/plausible.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/plausible.sh b/scripts/plausible.sh index 2530f86..a4e1755 100644 --- a/scripts/plausible.sh +++ b/scripts/plausible.sh @@ -13,8 +13,8 @@ find "$SEARCH_DIR" -type f -name "*.html" | while read -r html_file; do sed -i "s|$OLD_STRING|$NEW_STRING|g" "$html_file" - sed -i "/]*src=\"$NEW_STRING\"/i\\ - $PRECONNECT_LINK - " "$html_file" + sed -i "/]*src=\"$NEW_STRING\"/i\\ +$PRECONNECT_LINK +" "$html_file" fi done