Changeset 575
- Timestamp:
- 01/01/07 17:58:32 (2 years ago)
- Files:
-
- cherokee-admin/server.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-admin/server.sh
r569 r575 12 12 } 13 13 14 # Move to the admin directory 15 # 16 cd `dirname $0` 17 18 # Check for the sub-modules 19 # 14 20 if [ ! -d cherokee-pyscgi ]; then 15 21 _error_module "PySCGI" "cherokee-pyscgi"