new branch for harmony-validator

This commit is contained in:
cventastic
2022-04-27 21:03:27 +02:00
parent 40ce43a82c
commit bc0a971418
35 changed files with 19 additions and 23122 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
if [ ! -f /home/app/.pocket/setupdone ]
then
mkdir -p /home/app/.pocket/data
echo "wget -q -O - '$POCKET_SNAPSHOT' | tar -xv -C /home/app/.pocket/data/"
wget -q -O - $POCKET_SNAPSHOT | tar -xv -C /home/app/.pocket/data/
touch /home/app/.pocket/setupdone
fi