Changeset 19 for trunk/www/server.php


Ignore:
Timestamp:
Jun 12, 2009, 9:52:32 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Chyba Id při generování cesty pro spuštění mangos-worldd.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/server.php

    r18 r19  
    176176      '#!/bin/sh',
    177177      'while [ 1=1 ] ; do',
    178       'gdb emulator/'.$this->Id.'/bin/mangos-worldd -x server/'.$this->Id.'/bin/mangos.gdb --batch >>server/'.$this->Id.'/log/mangos-worldd.log 2>>server/'.$this->Id.'/log/mangos-worldd.err',
     178      'gdb emulator/'.$this->Server['Database']['Emulator']['Id'].'/bin/mangos-worldd -x server/'.$this->Id.'/bin/mangos.gdb --batch >>server/'.$this->Id.'/log/mangos-worldd.log 2>>server/'.$this->Id.'/log/mangos-worldd.err',
    179179      'cd www',
    180180      'php mangos_debug_process.php '.$this->Id.' >>server/'.$this->Id.'/log/mangos_debug.log 2>>server/'.$this->Id.'/log/mangos_debug.err',
Note: See TracChangeset for help on using the changeset viewer.