diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-17 08:12:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-17 08:12:40 +0000 |
| commit | 4bf381359a34e48bf69d3bcbb9200f8bd463648c (patch) | |
| tree | 49433af27ffd3713367ad88d0e7ec032c1969a74 /control.sh | |
| parent | 450b84bb62277df46fb9c2e0f745c4868c393ce2 (diff) | |
PerlDaemon:: module prefix works now
Diffstat (limited to 'control.sh')
| -rw-r--r-- | control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ case $1 in start) - perl PerlDaemon.pl ./conf/perldaemon.conf + perl PerlDaemon/PerlDaemon.pl ./conf/perldaemon.conf ;; stop) |
