MT#60120 resolve symlinks when looking for conf files

Change-Id: I1467f9d83306b6a82d57f02308b327c1fec6747f
(cherry picked from commit 79563a166b)
mr11.5
Rene Krenn 11 months ago
parent 1e2fc6c739
commit c414611430

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