more pokt node fixes

This commit is contained in:
czarly
2022-03-16 12:57:37 +04:00
parent 623c458776
commit 2f48795651
5 changed files with 5 additions and 83 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