From f467e5efe3a0fa4a980255f2b84a804e7e01f49e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 30 Aug 2024 09:44:05 +0200 Subject: [PATCH] fix: [tools] path fixed --- tools/gen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gen.sh b/tools/gen.sh index f2586a2..0e55f0f 100644 --- a/tools/gen.sh +++ b/tools/gen.sh @@ -1,7 +1,7 @@ python3 machinetag.py -a >a.txt asciidoctor a.txt asciidoctor-pdf -a allow-uri-read a.txt -cp a.html ../../misp-website-new/static/taxonomies.html -cp a.pdf ../../misp-website-new/static/taxonomies.pdf +cp a.html ../../misp-website/static/taxonomies.html +cp a.pdf ../../misp-website/static/taxonomies.pdf scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html scp a.pdf circl@cpab.circl.lu://var/www/nwww.circl.lu/doc/misp-taxonomies/taxonomies.pdf