MT#60120 resolve symlinks when looking for conf files

Change-Id: I1467f9d83306b6a82d57f02308b327c1fec6747f
(cherry picked from commit 79563a166b)
(cherry picked from commit c414611430)
mr11.5.1
Rene Krenn 2 years ago
parent 6fc49caefe
commit 8486c8c14f

@ -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';

Loading…
Cancel
Save