aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-ipfs/go-ipfs.post-install
blob: cfa83adf55cb648606b02dd8423efeea899c4643 (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo 'To be able to use the ipfs service you will need to create the ipfs repository'
echo '(eg: su -s /bin/sh -c "ipfs init -e" ipfs)'
echo 'or change IPFS_PATH of /etc/conf.d/ipfs with another with proper permissions.'

exit 0