Diff for /loncom/html/adm/ckeditor/commands between versions 1.7 and 1.9

version 1.7, 2015/03/31 13:45:39 version 1.9, 2016/01/06 21:56:16
Line 1 Line 1
 path=`pwd`  path=`pwd`
 htmldir='/home/httpd/html'  htmldir='/home/httpd/html'
 currversion=4.47  currversion=3.62
 ckeditordir="$htmldir/ckeditor"  ckeditordir="$htmldir/ckeditor"
 if [ -e $ckeditordir ]  if [ -e $ckeditordir ]
 then  then
Line 21  then Line 21  then
   echo $path/ckeditor_4.4.7.tar.gz    echo $path/ckeditor_4.4.7.tar.gz
   tar -zxf $path/ckeditor_4.4.7.tar.gz    tar -zxf $path/ckeditor_4.4.7.tar.gz
   cp -r $path/plugins/lcm ckeditor/plugins/    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.7  
changed lines
  Added in v.1.9


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