Diff for /loncom/html/adm/MathJax/commands between versions 1.8 and 1.10

version 1.8, 2017/10/21 00:25:35 version 1.10, 2023/07/23 18:10:45
Line 15  then Line 15  then
   then    then
     rm -rf $mathjaxdir      rm -rf $mathjaxdir
   fi    fi
   unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.7.2.zip    unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.7.9.zip
   mv $mathjaxdir/MathJax-2.7.2/* $mathjaxdir/.    mv $mathjaxdir/MathJax-2.7.9/* $mathjaxdir/.
   rm -r $mathjaxdir/MathJax-2.7.2    rm -r $mathjaxdir/MathJax-2.7.9
   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.8  
changed lines
  Added in v.1.10


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