osuser dir etc

This commit is contained in:
2017-09-18 22:36:54 +02:00
parent 6b216bcea0
commit 6e03b45a12

View File

@@ -255,7 +255,8 @@ if ( !checkCompanyDBGrant() ) {
print getTimeStamp("log") . " - pid $$ >> Set Company user DB grant.\n"; print getTimeStamp("log") . " - pid $$ >> Set Company user DB grant.\n";
setCompanyDBGrant(); setCompanyDBGrant();
print getTimeStamp("log") . " - pid $$ >> Set Company user DB tables.\n"; print getTimeStamp("log") . " - pid $$ >> Set Company user DB tables.\n";
setCompanyDBTables();
#setCompanyDBTables();
} }
if ( !defined $company_os_user or !exists_user($company_os_user) ) { if ( !defined $company_os_user or !exists_user($company_os_user) ) {