diff --git a/crowdbunker.sh b/crowdbunker.sh index 3f38e67..70b22fc 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -230,12 +230,6 @@ echo "########################################################################## ############################################ ## FIRST PUBLISH index.html (REDIRECT) + history.json + ts mkdir -p /tmp/$VUID - ## This is the welcome page of your qo-op channel. - # Could be redirect, or ... Your homepage is introduced there !! - # echo "" > /tmp/$VUID/index.html - 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 @@ -256,7 +250,14 @@ echo "########################################################################## if [[ ! $InHere ]]; then echo "NOUVELLE VIDEO." mkdir -p /tmp/$VUID + ## This is the welcome page of your qo-op channel. + # Could be redirect, or ... Your homepage is introduced there !! # echo "" > /tmp/$VUID/index.html + # echo "" > /tmp/$VUID/index.html + 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