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