Removed creation of 'output' directory, as it is deleted and re-created soon after

master
Aadhavan Srinivasan 10 months ago
parent cc64d4482c
commit 7605bd8b78

@ -9,10 +9,6 @@ check_for_dirs() {
exit exit
fi fi
if [ ! -d "${BASE_PATH}/output" ]; then
mkdir "${BASE_PATH}/output"
fi
if [ -d "${BASE_PATH}/temp" ]; then if [ -d "${BASE_PATH}/temp" ]; then
echo "ERROR: You have an existing 'temp' folder. Please delete this folder, and run the script again." echo "ERROR: You have an existing 'temp' folder. Please delete this folder, and run the script again."
exit exit

Loading…
Cancel
Save