mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Fix indentation
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
		
							parent
							
								
									305c898cd7
								
							
						
					
					
						commit
						6c7204393b
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -16,13 +16,13 @@ DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-vfs}
 | 
			
		|||
DOCKER_EXECDRIVER=${DOCKER_EXECDRIVER:-native}
 | 
			
		||||
 | 
			
		||||
if [ -z "$DOCKER_TEST_HOST" ]; then
 | 
			
		||||
    ( set -x; exec \
 | 
			
		||||
        docker --daemon --debug \
 | 
			
		||||
        --storage-driver "$DOCKER_GRAPHDRIVER" \
 | 
			
		||||
        --exec-driver "$DOCKER_EXECDRIVER" \
 | 
			
		||||
        --pidfile "$DEST/docker.pid" \
 | 
			
		||||
            &> "$DEST/docker.log"
 | 
			
		||||
    ) &
 | 
			
		||||
	( set -x; exec \
 | 
			
		||||
		docker --daemon --debug \
 | 
			
		||||
		--storage-driver "$DOCKER_GRAPHDRIVER" \
 | 
			
		||||
		--exec-driver "$DOCKER_EXECDRIVER" \
 | 
			
		||||
		--pidfile "$DEST/docker.pid" \
 | 
			
		||||
			&> "$DEST/docker.log"
 | 
			
		||||
	) &
 | 
			
		||||
else
 | 
			
		||||
    export DOCKER_HOST="$DOCKER_TEST_HOST"
 | 
			
		||||
	export DOCKER_HOST="$DOCKER_TEST_HOST"
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue