Removed creation of 'output' directory, as it is deleted and re-created soon after
This commit is contained in:
4
build.sh
4
build.sh
@@ -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
|
||||||
|
Reference in New Issue
Block a user