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

Fix mesh protocol condition

parent 9301df8b
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ function start {
systemctl restart nginx
if [[ "$MESH_DEFAULT_PROTOCOL" == 'bmx6' ]]; then
if grep -q "bmx6" $MESH_DEFAULT_PROTOCOL; then
systemctl restart bmx6
else
systemctl restart bmx7
......
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