fix
This commit is contained in:
		@@ -1327,7 +1327,7 @@ class InternalFlash(Screen):
 | 
				
			|||||||
                        os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p4 /media/InternalFlash')  
 | 
					                        os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p4 /media/InternalFlash')  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if os.path.exists('/proc/stb/info/boxtype'):
 | 
					                if os.path.exists('/proc/stb/info/boxtype'):
 | 
				
			||||||
                    if getCPUSoC() == 'bcm7251s' or getBoxHostName() == 'h7':   
 | 
					                    if getCPUSoC() == 'bcm7251s' or getBoxHostName() == 'h7' or getBoxHostName() == 'zgemmah7' :   
 | 
				
			||||||
                         os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p3 /media/InternalFlash')
 | 
					                         os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p3 /media/InternalFlash')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if os.path.exists('/proc/stb/info/boxtype'):
 | 
					                if os.path.exists('/proc/stb/info/boxtype'):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user