fix possible double-backslash on outputLocation
This commit is contained in:
		
							parent
							
								
									974e5e06f5
								
							
						
					
					
						commit
						0246568a6c
					
				@ -555,7 +555,7 @@ elif [ $extract = 'false' ]; then
 | 
				
			|||||||
        exitError 6 'Unable to copy backup archive from container to host.'
 | 
					        exitError 6 'Unable to copy backup archive from container to host.'
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    logInfo 'done'
 | 
					    logInfo 'done'
 | 
				
			||||||
    logInfo "Backup file: $outputLocation/ldap-${fileDate}.tar.gz"
 | 
					    logInfo "Backup file: ${outputLocation%/}/ldap-${fileDate}.tar.gz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ## cleanup and log success
 | 
					    ## cleanup and log success
 | 
				
			||||||
    cleanup
 | 
					    cleanup
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user