Commit f1fa2c58 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix for first run for pages

parent 51b72bc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ if [ $6 == 'true' ]; then
    echo 'Removing all web pages content...'
	rm -r public/*;
elif [ $6 == 'false' ]; then
	ls public/
	mkdir -p "public/$4"
    ls public/
	cp -r -f "$3_$4.docx" public/$4
    docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 "$3_$4" "$4/$3_$4.docx" "$5"
else