Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.17 -r1.18 --- openacs-4/etc/install/install.sh 23 Sep 2003 20:28:12 -0000 1.17 +++ openacs-4/etc/install/install.sh 11 Oct 2003 22:12:36 -0000 1.18 @@ -359,6 +359,5 @@ echo "$0: Finished (re)installing $serverroot at $(date). Access the new site at $server_url with admin username $admin_email and password $admin_password" # Warn about errors in the HTML returned from the server - ./warn-if-installation-errors.sh `get_config_param openacs_output_file` - ./warn-if-installation-errors.sh `get_config_param openacs_packages_output_file` + ./warn-if-installation-errors.sh `get_config_param install_output_file` fi