--- loncom/html/adm/MathJax/commands 2013/01/11 21:26:45 1.4 +++ loncom/html/adm/MathJax/commands 2016/02/01 18:01:54 1.6 @@ -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.0.zip + mv $mathjaxdir/MathJax-2.6.0/* $mathjaxdir/. + rm -r $mathjaxdir/MathJax-2.6.0 cp VERSION $mathjaxdir/VERSION chown -R www:www $mathjaxdir find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;