From 09ed97b3e2357d4bd846a3b7406efe1b3d874681 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 21 Apr 2022 17:26:09 +0200 Subject: [PATCH] Create caroussel.html !!! NOT WORKING WITH M3U8 !!!! --- crowdbunker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdbunker.sh b/crowdbunker.sh index aea0030..d1356da 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -259,7 +259,7 @@ echo "########################################################################## sed -i "s~_IPFSNODEID_~${IPFSNODEID}~g" ~/.zen/bunkerbox/channels/${CHANNEL}/index.html - # Create caroussel.html + # Create caroussel.html !!! NOT WORKING WITH M3U8 !!!! sed "s~_IPNSL_~$IPNSL~g" ${MY_PATH}/templates/caroussel.html > ~/.zen/bunkerbox/channels/${CHANNEL}/caroussel.html sed -i "s~_VUID_~$INDEX/$VUID~g" ~/.zen/bunkerbox/channels/${CHANNEL}/caroussel.html sed -i "s~_TITLE_~$TITLE~g" ~/.zen/bunkerbox/channels/${CHANNEL}/caroussel.html