mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-10-31 11:30:43 +01:00 
			
		
		
		
	return 1 if no aax file found
This commit is contained in:
		
							
								
								
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							| @@ -281,7 +281,7 @@ validate_aax() { | |||||||
|   # Test for existence |   # Test for existence | ||||||
|   if [[ ! -r "${media_file}" ]] ; then |   if [[ ! -r "${media_file}" ]] ; then | ||||||
|     log "ERROR File NOT Found: ${media_file}" |     log "ERROR File NOT Found: ${media_file}" | ||||||
|     return |     return 1 | ||||||
|   else |   else | ||||||
|     if [[ "${VALIDATE}" == "1" ]]; then |     if [[ "${VALIDATE}" == "1" ]]; then | ||||||
|       log "Test 1 SUCCESS: ${media_file}" |       log "Test 1 SUCCESS: ${media_file}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user