mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 07:38:28 +00:00 
			
		
		
		
	9pudfuse: make sure the probable mount point exists
This commit is contained in:
		@@ -20,7 +20,8 @@ start()
 | 
				
			|||||||
#		--pidfile "${PIDFILE}" \
 | 
					#		--pidfile "${PIDFILE}" \
 | 
				
			||||||
#		-- -path /Transfuse
 | 
					#		-- -path /Transfuse
 | 
				
			||||||
#	eend $? "Failed to start 9pudfuse"
 | 
					#	eend $? "Failed to start 9pudfuse"
 | 
				
			||||||
	OCAMLRUNPARAM=b /sbin/9pudfuse &
 | 
					        mkdir -p /Mac
 | 
				
			||||||
 | 
					        OCAMLRUNPARAM=b /sbin/9pudfuse &
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stop()
 | 
					stop()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user