Diff for /loncom/html/adm/MathJax/commands between versions 1.3 and 1.6

version 1.3, 2013/01/10 05:36:15 version 1.6, 2016/02/01 18:01:54
Line 15  then Line 15  then
   then    then
     rm -rf $mathjaxdir      rm -rf $mathjaxdir
   fi    fi
   unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.0-20-g07669ac.zip    unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.6.0.zip
   mv $mathjaxdir/mathjax-MathJax-07669ac/* $mathjaxdir/.    mv $mathjaxdir/MathJax-2.6.0/* $mathjaxdir/.
   rm -r $mathjaxdir/mathjax-MathJax-07669ac    rm -r $mathjaxdir/MathJax-2.6.0
   cp VERSION $mathjaxdir/VERSION    cp VERSION $mathjaxdir/VERSION
   chown -R www:www $mathjaxdir    chown -R www:www $mathjaxdir
   find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;    find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;

Removed from v.1.3  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>