Continue
This commit is contained in:
parent
28531562ae
commit
152d41c437
|
@ -390,7 +390,7 @@ fi
|
||||||
|
|
||||||
existing_ipfs=$(ps aux | grep ipfs | wc -l)
|
existing_ipfs=$(ps aux | grep ipfs | wc -l)
|
||||||
if [ $existing_ipfs -lt "2" ]; then
|
if [ $existing_ipfs -lt "2" ]; then
|
||||||
ipfs daemon --mount
|
ipfs daemon --mount &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ZERONET_INDEX=/home/$MY_USERNAME/mesh.html
|
ZERONET_INDEX=/home/$MY_USERNAME/mesh.html
|
||||||
|
|
Loading…
Reference in New Issue