From e4eb4226eb210854fa97b6d6d9351a5eeedbf49a Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 8 Apr 2022 03:20:41 +0200 Subject: [PATCH] missing js & styles --- crowdbunker.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crowdbunker.sh b/crowdbunker.sh index 83a2aa6..ee99a6f 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -257,10 +257,13 @@ echo "########################################################################## # Could be redirect, or ... Your homepage is introduced there !! # echo "" > /tmp/$VUID/index.html # echo "" > /tmp/$VUID/index.html + cp -R ${MY_PATH}/templates/styles /tmp/$VUID/ + cp -R ${MY_PATH}/templates/js /tmp/$VUID/ cp ${MY_PATH}/templates/homepage.html /tmp/$VUID/index.html cp ${MY_PATH}/templates/crowbunkerbox.png /tmp/$VUID/ sed -i "s~_IPNSL_~$IPNSL~g" /tmp/$VUID/index.html + cp ~/.zen/bunkerbox/history.json /tmp/$VUID/history.json echo "$TS" > /tmp/$VUID/ts # TimeStamping