--- loncom/html/adm/MathJax/commands 2013/01/11 21:26:45 1.4 +++ loncom/html/adm/MathJax/commands 2016/08/05 19:50:59 1.7 @@ -15,9 +15,9 @@ then then rm -rf $mathjaxdir fi - unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.1-241378e.zip - mv $mathjaxdir/mathjax-MathJax-24a378e/* $mathjaxdir/. - rm -r $mathjaxdir/mathjax-MathJax-24a378e + unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.6.1.zip + mv $mathjaxdir/MathJax-2.6.1/* $mathjaxdir/. + rm -r $mathjaxdir/MathJax-2.6.1 cp VERSION $mathjaxdir/VERSION chown -R www:www $mathjaxdir find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;