From c414611430a46308ad01e58c46c8fa6aabdae1ce Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 13 Jun 2024 14:55:11 +0200 Subject: [PATCH] MT#60120 resolve symlinks when looking for conf files Change-Id: I1467f9d83306b6a82d57f02308b327c1fec6747f (cherry picked from commit 79563a166b5085ec2659f1d3c4f64ee4f7fe60e5) --- lib/NGCP/BulkProcessor/Globals.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/BulkProcessor/Globals.pm b/lib/NGCP/BulkProcessor/Globals.pm index 4ffad5b..5248fd7 100644 --- a/lib/NGCP/BulkProcessor/Globals.pm +++ b/lib/NGCP/BulkProcessor/Globals.pm @@ -146,7 +146,7 @@ our $system_instance_label; our $local_ip = get_ipaddress(); our $local_fqdn = get_hostfqdn(); our $application_path = get_applicationpath(); -our $executable_path = $FindBin::Bin . '/'; +our $executable_path = $FindBin::RealBin . '/'; #my $remotefilesystem = "MSWin32"; #our $system_username = 'system';