IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2011, 4:32:32 PM (15 years ago)
Author:
watersc1
Message:

Hack to force ipp_filename to have a NEB_SERVER variable always, even if it isn't supplied by the environment. This skips around some bug/config error in ippMonitor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_filename.pl

    r18087 r32803  
    1010#print "$ENV{'PATH'}\n";
    1111#print "$ENV{'PERL5LIB'}\n";
     12
     13# CZW: This is a horrible hack, but I don't want to have to debug all of ippMonitor to figure out why it's not working.
     14unless (defined($ENV{'NEB_SERVER'})) {
     15    $ENV{'NEB_SERVER'} = 'http://nebserver.ipp.ifa.hawaii.edu:80/nebulous';
     16}
     17
    1218
    1319use PS::IPP::Config;
Note: See TracChangeset for help on using the changeset viewer.