diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-17 08:06:05 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-17 08:06:05 +0000 |
| commit | 6406b729d443d8ea133a4a92495b1256e57a8f4d (patch) | |
| tree | f01423ecf441019ff7db9826c2ea76e46d71d9fe /control.sh | |
| parent | c0c2d506b4151a38178321e94276836dde52d169 (diff) | |
added module prefixes
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 ./lib/PerlDaemon.pl ./conf/perldaemon.conf + perl PerlDaemon.pl ./conf/perldaemon.conf ;; stop) |
