]> git.pld-linux.org Git - packages/Zope.git/blob - Zope-zopectl
- Zope 2.7 utilities for PLD
[packages/Zope.git] / Zope-zopectl
1 #!/bin/sh
2
3 if [ -n "$1" ] ; then
4         instance="$1"
5 else
6         instance="main"
7 fi
8
9 PYTHONPATH="/usr/lib/zope"; export PYTHONPATH
10 exec /usr/bin/python "/usr/lib/zope/Zope/Startup/zopectl.py" \
11         -C "/etc/zope/$instance/zope.conf" "$@"
This page took 0.037412 seconds and 3 git commands to generate.