Changeset 669

Show
Ignore:
Timestamp:
06/22/07 04:39:54 (1 year ago)
Author:
raphael
Message:

Forgot to run the requests manager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/engine/setup/vhcs2ispcp.pl

    r668 r669  
    237237    print STDOUT "\n\twith the one you choose at install time: $main::cfg{'DATABASE_NAME'}\n"; 
    238238 
    239 
    240  
    241 print STDOUT "\nispCP's services will now be started:"; 
     239} else { 
     240 
     241    print STDOUT "\nispCP's requests manager will now be executed..."; 
     242 
     243    sys_command("$main::db{'ROOT_DIR'}/engine/ispcp-rqst-mngr"); 
     244 
     245    print STDOUT "done\n"; 
     246 
     247
     248 
     249print STDOUT "\nispCP's services will now be started:\n"; 
    242250 
    243251start_services();