Diff for /loncom/html/adm/ckeditor/commands between versions 1.1 and 1.4

version 1.1, 2009/12/22 03:32:13 version 1.4, 2013/01/10 05:36:22
Line 1 Line 1
 path=`pwd`  path=`pwd`
 cd $1  htmldir='/home/httpd/html'
 echo $path/ckeditor_3.0.1.tar.gz  if [ -e "$htmldir/fckeditor" ]
 tar xzf $path/ckeditor_3.0.1.tar.gz  then
       rm -rf $htmldir/fckeditor
   fi
   if [ -e "$htmldir/htmlarea" ]
   then
       rm -rf $htmldir/htmlarea
   fi
   cd $htmldir
   echo $path/ckeditor_3.6.2.tar.gz
   tar -zxf $path/ckeditor_3.6.2.tar.gz
 cp $path/loncapaconfig.js ckeditor/loncapaconfig.js  cp $path/loncapaconfig.js ckeditor/loncapaconfig.js

Removed from v.1.1  
changed lines
  Added in v.1.4


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