Skip to content
Snippets Groups Projects
Commit ec835a4d authored by Benoît Courty's avatar Benoît Courty Committed by benoit-cty
Browse files

Change url

parent 4d098df9
No related branches found
No related tags found
1 merge request!6Ajout de la section Education
......@@ -8,7 +8,7 @@ cd pdf
for c in $(cat ../circo.txt)
do
wget -O $c.pdf "http://localhost:3000/circonscriptions/$c/impression"
wget -O $c.pdf "https://datacirco-web-integ.leximpact.dev/circonscriptions/$c/impression"
echo "$c Création de la vignette"
convert $c.pdf[0] -resize 50% -background white -flatten -type palette $c.pdf.png > /dev/null
optipng $c.pdf.png > /dev/null 2>/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment