]> git.pld-linux.org Git - packages/Zope.git/blame - Zope-runzope
- added path in script
[packages/Zope.git] / Zope-runzope
CommitLineData
81f37ce6
JK
1#!/bin/sh
2
a4a05459 3if [ -n "$1" -a -d /var/lib/zope/"$1" ] ; then
81f37ce6
JK
4 instance="$1"
5 shift
6else
7 instance="main"
8fi
9
a4a05459 10exec /var/lib/zope/"$instance"/bin/runzope $*
This page took 0.067242 seconds and 4 git commands to generate.