This commit is contained in:
Bob Mottram 2015-09-30 21:17:43 +01:00
parent 28531562ae
commit 152d41c437
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ fi
existing_ipfs=$(ps aux | grep ipfs | wc -l)
if [ $existing_ipfs -lt "2" ]; then
ipfs daemon --mount
ipfs daemon --mount &
fi
ZERONET_INDEX=/home/$MY_USERNAME/mesh.html