Bob Mottram 8 anos atrás
pai
commit
74cb29629f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Ver arquivo

@@ -297,7 +297,7 @@ if [ -f ~/.initial_setup ]; then
297 297
  |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
298 298
  '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
299 299
 
300
-				   Initial setup process
300
+					Initial setup process
301 301
 
302 302
 		  Please enter your password a second time.
303 303
 "
@@ -540,7 +540,7 @@ initialise_mesh() {
540 540
 	MESH_SERVICE='mesh-setup.service'
541 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 544
 	if [[ $AMNESIC != 'no' ]]; then
545 545
 		MESH_STARTUP_PARAMS="${MY_USERNAME} amnesic"
546 546
 	fi