@ -12,7 +12,7 @@ export IPFS_PATH=/var/lib/ipfs
if [[ ! -d $IPFS_PATH ]]; then
mkdir -p $IPFS_PATH
chown ipfs:ipfs $IPFS_PATH
chpst -u ipfs $IPFS init
chpst -u ipfs $IPFS init --profile=badgerds
fi
exec chpst -u ipfs $IPFS daemon