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

Reinstate mesh script

parent ff9dead3
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