We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now that the /etc/mesh.conf file is being used, it'd be good to see some documentation on the variables found in it and stuff, I guess in docs/.
/etc/mesh.conf
docs/
Here's all the places its used so far in develop:
develop
/Desktop/Coding/tomesh/prototype-cjdns-pi develop ❯ rg mesh.conf scripts/install2 243:sudo confset general mesh-name "$MESH_NAME" /etc/mesh.conf 412: echo "export MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")" scripts/mesh-point/mesh-point 21:mesh_name=$(confget -f /etc/mesh.conf -s general "mesh-name") 22:frequency=$(confget -f /etc/mesh.conf -s general "frequency") scripts/mesh-point/install 7:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name") scripts/hostapd/install 48:APSSID=$(confget -f /etc/mesh.conf -s general "mesh-name") scripts/mesh-adhoc/install 7:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name") scripts/mesh-adhoc/mesh-adhoc 5:mesh_name=$(confget -f /etc/mesh.conf -s general "mesh-name") 6:frequency=$(confget -f /etc/mesh.conf -s general "frequency") 11:mesh_dev=$(confget -f /etc/mesh.conf -s general "ibss-dev") scripts/shared/hostname/install 3:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name") scripts/shared/nodeinfo/install 8:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")
@darkdrgn2k Could you do this before v0.5 is released?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that the
/etc/mesh.conf
file is being used, it'd be good to see some documentation on the variables found in it and stuff, I guess indocs/
.Here's all the places its used so far in
develop
:@darkdrgn2k Could you do this before v0.5 is released?
The text was updated successfully, but these errors were encountered: