Bob Mottram 9 år sedan
förälder
incheckning
152d41c437
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-meshweb

+ 1
- 1
src/freedombone-meshweb Visa fil

390
 
390
 
391
 existing_ipfs=$(ps aux | grep ipfs | wc -l)
391
 existing_ipfs=$(ps aux | grep ipfs | wc -l)
392
 if [ $existing_ipfs -lt "2" ]; then
392
 if [ $existing_ipfs -lt "2" ]; then
393
-    ipfs daemon --mount
393
+    ipfs daemon --mount &
394
 fi
394
 fi
395
 
395
 
396
 ZERONET_INDEX=/home/$MY_USERNAME/mesh.html
396
 ZERONET_INDEX=/home/$MY_USERNAME/mesh.html