Skip to content
Snippets Groups Projects
Commit 1a2685df authored by Lena Hersemann's avatar Lena Hersemann
Browse files

fixed script version control for rendr_snippet function

parent e40eada5
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ rendr_snippet(){
echo "rendering $tmpR..."
shift
rend.R --resprefix "$reportName" $tmpR $*
rend.R --resprefix "$reportName" $tmpR $* < /dev/tty
# rm -r $(dirname $tmpR)
rm ${tmpR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment