Diff for /loncom/html/adm/ckeditor/commands between versions 1.6 and 1.10

version 1.6, 2013/07/18 00:40:07 version 1.10, 2024/05/22 15:34:49
Line 1 Line 1
 path=`pwd`  path=`pwd`
 htmldir='/home/httpd/html'  htmldir='/home/httpd/html'
 currversion=3.62  currversion=3.66
 ckeditordir="$htmldir/ckeditor"  ckeditordir="$htmldir/ckeditor"
 if [ -e $ckeditordir ]  if [ -e $ckeditordir ]
 then  then
Line 18  then Line 18  then
     rm -rf $ckeditordir      rm -rf $ckeditordir
   fi    fi
   cd $htmldir    cd $htmldir
   echo $path/ckeditor_3.6.6.1.tar.gz    echo $path/ckeditor_4.4.7.tar.gz
   tar -zxf $path/ckeditor_3.6.6.1.tar.gz    tar -zxf $path/ckeditor_4.4.7.tar.gz
     cp -r $path/plugins/lcm ckeditor/plugins/
     cp -r $path/plugins/chem ckeditor/plugins/
   cp $path/VERSION ckeditor/VERSION    cp $path/VERSION ckeditor/VERSION
   cp $path/loncapaconfig.js ckeditor/loncapaconfig.js    cp $path/loncapaconfig.js ckeditor/loncapaconfig.js
   chown -R www:www ckeditor    chown -R www:www ckeditor

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


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