From 772ffc6c40f57083c541793e3d9e886a3f47aa02 Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 3 Nov 2024 00:05:54 +0100 Subject: [PATCH] fix formatted --- update_link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_link.sh b/update_link.sh index 053aec4..e89e894 100755 --- a/update_link.sh +++ b/update_link.sh @@ -3,7 +3,7 @@ giusto=$(curl -L https://www.giardiniblog.it/streamingcommunity-nuovo-link/ | grep -oP '(?<=).*?(?=

)' | grep -oP 'https://streamingcommunity.*') formatted="${giusto#*://}" -formatted="${formatted%/}" +formatted="${giusto#/*}" cat <<- _EOF > /var/www/html/scommunity/index.html