This commit is contained in:
Bob Mottram 2015-09-30 21:35:28 +01:00
parent 152d41c437
commit e1db4e0380
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 &
fi
ZERONET_INDEX=/home/$MY_USERNAME/mesh.html