diff --git a/src/freedombone-meshweb b/src/freedombone-meshweb index 106b5788..e6f2dd95 100755 --- a/src/freedombone-meshweb +++ b/src/freedombone-meshweb @@ -390,7 +390,9 @@ fi existing_ipfs=$(ps aux | grep ipfs | wc -l) if [ $existing_ipfs -lt "2" ]; then - ipfs daemon & + sudo umount /ipfs + sudo umount /ipns + ipfs daemon --mount & fi ZERONET_INDEX=/home/$MY_USERNAME/mesh.html