HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] faxstat (problem with hylaerrorstats.sh)
Michael,
This script does not run on my machine without the following change:
if [ $# > 0 ]; then
to:
if [ $# -gt 0 ]; then
is there a bug in this script ?
Chris
>Paul Kraus wrote:
>
>>Locate and find . -name "hyla*" from the root directory does not find
>>anything.
>>
>>
>Copy attached by private mail, and also available at:
>http://www.fibrespeed.net/~mbabcock/mirrors/hylaerrorstats.sh
>
>--
>Michael T. Babcock
>C.T.O., FibreSpeed Ltd.
>http://www.fibrespeed.net/~mbabcock
>
>____________________ HylaFAX(tm) Users Mailing List _______________________
> To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
> *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*
>
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*