Skip to content
Snippets Groups Projects
Commit 61331afa authored by Bob Mottram's avatar Bob Mottram
Browse files

Ensure removal of mesh flag

parent a85ecb29
No related branches found
No related tags found
No related merge requests found
......@@ -405,8 +405,6 @@ function mesh_batman {
echo ' mv /usr/local/share/toxic/DHTnodes.internet /usr/local/share/toxic/DHTnodes' >> $batman_script
echo ' fi' >> $batman_script
echo '' >> $batman_script
echo ' rm -f /tmp/meshtype' >> $batman_script
echo '' >> $batman_script
echo ' # kill processes' >> $batman_script
echo ' zeronet_proc=$(ps aux | grep zeronet | grep -v grep | awk -F " " "{print $2}" | head -n1)' >> $batman_script
echo ' if [ "$zeronet_proc" ]; then' >> $batman_script
......@@ -416,6 +414,8 @@ function mesh_batman {
echo ' if [ "$tracker_proc" ]; then' >> $batman_script
echo ' kill -9 $tracker_proc 2> /dev/null' >> $batman_script
echo ' fi' >> $batman_script
echo '' >> $batman_script
echo ' sudo rm -f /tmp/meshtype' >> $batman_script
echo '}' >> $batman_script
echo '' >> $batman_script
echo 'if ! grep -q "$IFACE" /proc/net/dev; then' >> $batman_script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment