From f1f0f30faf2d3c6e98c0480b401c655d0bc8c24c Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 7 Apr 2022 02:21:11 +0200 Subject: [PATCH] bug --- crowdbunker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdbunker.sh b/crowdbunker.sh index dc1a17f..1040558 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -198,7 +198,7 @@ echo "########################################################################## mkdir -p /tmp/$VUID echo "" > /tmp/$VUID/index.html - cp ~/.zen/bunkerbox/history.json > /tmp/$VUID/history.json + cp ~/.zen/bunkerbox/history.json /tmp/$VUID/history.json echo "$TS" > /tmp/$VUID/ts # TimeStamping VROOT=$(ipfs add -wHq /tmp/$VUID/* | tail -n 1) ipfs name publish --key=qo-op /ipfs/$VROOT