Skip to content
Snippets Groups Projects
Commit 5ea48eaa authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Typo for pages index entry removal

parent ea350cbc
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ elif [ $6 == 'false' ]; then ...@@ -26,7 +26,7 @@ elif [ $6 == 'false' ]; then
else else
echo 'Removing entry for ' $6 echo 'Removing entry for ' $6
rm -r -f public/$6 rm -r -f public/$6
docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$6" "$4/$7_$4.docx" "$5" docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$4" "$4/$7_$4.docx" "$5"
fi fi
echo "------ Zip the content and publish the zip again ------" echo "------ Zip the content and publish the zip again ------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment