diff --git a/.install/ipfs.sh b/.install/ipfs.sh index e08c391..aa5cfab 100755 --- a/.install/ipfs.sh +++ b/.install/ipfs.sh @@ -6,7 +6,7 @@ MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized ## Config -templates="$MY_PATH/templates/ipfs" +templates="$MY_PATH/.install/templates/ipfs" if [ "$EUID" -eq 0 ] then echo -e "${c_red}DO NOT EXECUTE AS root. Choose a user for your Astroport Station (we like pi)$c_"