Hide Forgot
Description of problem: rhn-satellite-exporter -c ${CUSTOM_CHANNEL} -d ${DEST_FOLDER} fails if ${DEST_FOLDER} does not exists Version-Release number of selected component (if applicable): spacewalk-backend-tools-1.2.13-48.el6sat.noarch How reproducible: Always Steps to Reproduce: 1. Ensure ${DEST_FOLDER} does not exists. rm -fr ${DEST_FOLDER} 2.rhn-satellite-exporter -c ${CUSTOM_CHANNEL} -d ${DEST_FOLDER} Actual results: can't access output directory Expected results: ${DEST_FOLDER} is created channel export processed. Additional info:
Expected.