vpp_device: Multiple NICs (infra)
[csit.git] / resources / tools / presentation / run_report_local.sh
index 6074f1d..df0e89e 100755 (executable)
@@ -83,8 +83,10 @@ fi
 if [[ ${cfg_install_latex} -eq 1 ]] ;
 then
     sudo apt-get -y install xvfb texlive-latex-recommended \
-        texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra latexmk wkhtmltopdf inkscape
-    sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' /usr/share/texlive/texmf-dist/web2c/texmf.cnf
+        texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra \
+        latexmk wkhtmltopdf inkscape
+    target="/usr/share/texlive/texmf-dist/web2c/texmf.cnf"
+    sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' "${target}"
 fi
 
 # Create working directories
@@ -104,7 +106,7 @@ python pal.py --help
 
 if [[ ${filename} != "" ]]; then
     python pal.py \
-        --specification specification_local.yaml \
+        --specification specifications/report_local \
         --release ${release} \
         --week ${week} \
         --logging INFO \
@@ -114,7 +116,7 @@ fi
 
 if [[ ${directoryname} != "" ]]; then
     python pal.py \
-        --specification specification_local.yaml \
+        --specification specifications/report_local \
         --release ${release} \
         --week ${week} \
         --logging INFO \