#!/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
