summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-03-17 08:12:40 +0000
committerPaul Buetow <paul@buetow.org>2011-03-17 08:12:40 +0000
commit4bf381359a34e48bf69d3bcbb9200f8bd463648c (patch)
tree49433af27ffd3713367ad88d0e7ec032c1969a74 /control.sh
parent450b84bb62277df46fb9c2e0f745c4868c393ce2 (diff)
PerlDaemon:: module prefix works now
Diffstat (limited to 'control.sh')
-rw-r--r--control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.sh b/control.sh
index 5697b51..0177798 100644
--- a/control.sh
+++ b/control.sh
@@ -2,7 +2,7 @@
case $1 in
start)
- perl PerlDaemon.pl ./conf/perldaemon.conf
+ perl PerlDaemon/PerlDaemon.pl ./conf/perldaemon.conf
;;
stop)