Browse Source

Stick with default login for mesh clients

Bob Mottram 8 years ago
parent
commit
0645f82d30
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/freedombone-image-customise

+ 5
- 0
src/freedombone-image-customise View File

@@ -254,6 +254,11 @@ create_generic_image() {
254 254
 		touch $rootdir/root/.initial_mesh_setup
255 255
 	fi
256 256
 
257
+	# Stick with the existing login for mesh clients
258
+	if [[ $VARIANT == "meshclient" || $VARIANT == "meshusb" ]]; then
259
+		return
260
+	fi
261
+
257 262
 	# The presence of this file indicates that the initial
258 263
 	# setup has not yet been completed
259 264
 	touch $rootdir/home/$MY_USERNAME/.initial_setup