Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.2 -r1.3 --- openacs-4/etc/install/install.sh 5 Sep 2003 07:37:09 -0000 1.2 +++ openacs-4/etc/install/install.sh 5 Sep 2003 07:40:05 -0000 1.3 @@ -4,9 +4,8 @@ # # This script recreates an OpenACS server from scratch by: # - -# - dropping and adding the database -# - Re-checking out the source code from CVS +# - dropping and creating the database +# - Re-checking out the source code from CVS (optional) # - Doing necessary installation and configuration of OpenACS and # .LRN over HTTP that is normally done manually in a browser. # @@ -149,7 +148,6 @@ prompt_continue $interactive -echo $do_checkout # Move away the old sources and checkout new ones check do_checkout if [ $dotlrn == "yes" ]; then echo "$0: Checking out .LRN at $(date)"