Revert "Reinstate mesh script"

This reverts commit 1af4c14ad3.
This commit is contained in:
Bob Mottram 2016-05-27 16:44:12 +01:00
parent ad501c1083
commit fafadac212
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 5 additions and 5 deletions

View File

@ -275,11 +275,11 @@ if [[ $GENERIC_IMAGE == "yes" ]]; then
fi fi
# If this is a mesh variant then create an appropriate script # If this is a mesh variant then create an appropriate script
if [[ $VARIANT == "mesh"* ]]; then #if [[ $VARIANT == "mesh"* ]]; then
CONFIG_FILENAME=/tmp/${PROJECT_NAME}_mesh.cfg #CONFIG_FILENAME=/tmp/${PROJECT_NAME}_mesh.cfg
mesh_router_setup_script $CONFIG_FILENAME #mesh_router_setup_script $CONFIG_FILENAME
DEFAULT_DOMAIN_NAME=$(cat $CONFIG_FILENAME | grep 'DEFAULT_DOMAIN_NAME' | awk -F '=' '{print $2}') #DEFAULT_DOMAIN_NAME=$(cat $CONFIG_FILENAME | grep 'DEFAULT_DOMAIN_NAME' | awk -F '=' '{print $2}')
fi #fi
if [ ! $PASSWORD ]; then if [ ! $PASSWORD ]; then
# generate a random password # generate a random password