Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -r1.30.2.1 -r1.30.2.2 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 5 Sep 2015 14:52:37 -0000 1.30.2.1 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 6 Sep 2015 08:52:53 -0000 1.30.2.2 @@ -112,6 +112,11 @@ return } +# +# Unset array errors, in case it exists +# +if {[array exists errors]} {array unset errors} + # Perform database-specific checks db_installer_checks errors error_p @@ -195,8 +200,8 @@ on this directory. You can correct this by running the following script as root. To give another user access to the files, add them to web group.
-groupadd web
-chown -R nsadmin:web $::acs::rootdir
+groupadd nsadmin
+chown -R nsadmin:nsadmin $::acs::rootdir
 chmod -R ug+rw $::acs::rootdir
 

" @@ -211,8 +216,8 @@ script as root. To give another user access to the files, add them to web group.
-groupadd web
-chown -R nsadmin:web $::acs::rootdir/packages
+groupadd nsadmin
+chown -R nsadmin:nsadmin $::acs::rootdir/packages
 chmod -R ug+rw $::acs::rootdir/packages
     

" set error_p 1