Changeset 575

Show
Ignore:
Timestamp:
01/01/07 17:58:32 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee-admin/server.sh

    r569 r575  
    1212} 
    1313 
     14# Move to the admin directory 
     15# 
     16cd `dirname $0` 
     17 
     18# Check for the sub-modules 
     19# 
    1420if [ ! -d cherokee-pyscgi ]; then 
    1521    _error_module "PySCGI" "cherokee-pyscgi"