[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

different bb-hosts in bb-rep.sh



Hi all,

i'm tryng to modified bb-rep.sh to make a report only for specific hosts.
i have created a new bb-hosts file, and set the variable BBHOSTS in this shell, but it not work


my bb-rep.sh is :

#!/bin/sh

# This it the Hobbit wrapper for the bb-rep.cgi tool

. /usr/local/hobbit/server/etc/hobbitserver.cfg
. /usr/local/hobbit/server/etc/hobbitcgi.cfg

BBHOSTS="/usr/local/hobbit/server/etc/bb-hosts_internet_appl"
export BBHOSTS

exec /usr/local/hobbit/server/bin/bb-rep.cgi $CGI_REP_OPTS $BBGENREPOPTS


What is wrong ?

thanks for helps

Marco