diff --git a/sbin/installUPSDriver.pl b/sbin/installUPSDriver.pl index 33e008ed4..ec4357e13 100644 --- a/sbin/installUPSDriver.pl +++ b/sbin/installUPSDriver.pl @@ -8,10 +8,11 @@ $|++; # disable output buffering our ($webguiRoot, $configFile, $help, $man); BEGIN { - $webguiRoot = ".."; + $webguiRoot = "/data/WebGUI"; unshift (@INC, $webguiRoot."/lib"); } +use lib '/data/ups-driver'; use strict; use Pod::Usage; use Getopt::Long;