Bob Mottram 8 anni fa
parent
commit
74cb29629f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Vedi File

297
  |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
297
  |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
298
  '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
298
  '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
299
 
299
 
300
-				   Initial setup process
300
+					Initial setup process
301
 
301
 
302
 		  Please enter your password a second time.
302
 		  Please enter your password a second time.
303
 "
303
 "
540
 	MESH_SERVICE='mesh-setup.service'
540
 	MESH_SERVICE='mesh-setup.service'
541
 	MESH_SETUP_DAEMON=$rootdir/etc/systemd/system/$MESH_SERVICE
541
 	MESH_SETUP_DAEMON=$rootdir/etc/systemd/system/$MESH_SERVICE
542
 
542
 
543
-    MESH_STARTUP_PARAMS="${MY_USERNAME}"
543
+	MESH_STARTUP_PARAMS="${MY_USERNAME}"
544
 	if [[ $AMNESIC != 'no' ]]; then
544
 	if [[ $AMNESIC != 'no' ]]; then
545
 		MESH_STARTUP_PARAMS="${MY_USERNAME} amnesic"
545
 		MESH_STARTUP_PARAMS="${MY_USERNAME} amnesic"
546
 	fi
546
 	fi