]> git.pld-linux.org Git - packages/Zope.git/blame_incremental - Zope-zopectl
- typo (thx Jacek Nowosielski)
[packages/Zope.git] / Zope-zopectl
... / ...
CommitLineData
1#!/bin/sh
2
3if [ -n "$1" -a -d /var/lib/zope/"$1" ] ; then
4 instance="$1"
5 shift
6else
7 instance="main"
8fi
9
10exec /var/lib/zope/"$instance"/bin/zopectl $*
This page took 0.098902 seconds and 4 git commands to generate.