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

Revert "Revert "Revert "Reinstate mesh script"""

This reverts commit 6e34fee9.
parent ff691506
No related branches found
No related tags found
No related merge requests found
......@@ -275,11 +275,11 @@ if [[ $GENERIC_IMAGE == "yes" ]]; then
fi
# If this is a mesh variant then create an appropriate script
if [[ $VARIANT == "mesh"* ]]; then
CONFIG_FILENAME=/tmp/${PROJECT_NAME}_mesh.cfg
mesh_router_setup_script $CONFIG_FILENAME
DEFAULT_DOMAIN_NAME=$(cat $CONFIG_FILENAME | grep 'DEFAULT_DOMAIN_NAME' | awk -F '=' '{print $2}')
fi
#if [[ $VARIANT == "mesh"* ]]; then
#CONFIG_FILENAME=/tmp/${PROJECT_NAME}_mesh.cfg
#mesh_router_setup_script $CONFIG_FILENAME
#DEFAULT_DOMAIN_NAME=$(cat $CONFIG_FILENAME | grep 'DEFAULT_DOMAIN_NAME' | awk -F '=' '{print $2}')
#fi
if [ ! $PASSWORD ]; then
# generate a random password
......
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