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

This commit is contained in:
2024-01-04 22:43:11 -06:00
parent cc64d4482c
commit 7605bd8b78

View File

@@ -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