|
Lines 100-106
Link Here
|
| 100 |
my $result = SCR->Execute(".target.bash_output", $cmd); |
100 |
my $result = SCR->Execute(".target.bash_output", $cmd); |
| 101 |
$cmd =~ s/(-U '[^%]*)%[^']*'/$1'/; # hide password in debug |
101 |
$cmd =~ s/(-U '[^%]*)%[^']*'/$1'/; # hide password in debug |
| 102 |
y2internal("$cmd => ".Dumper($result)); |
102 |
y2internal("$cmd => ".Dumper($result)); |
| 103 |
|
103 |
Popup->Message ($krb_file); |
| 104 |
# check the exit code, return nil on success |
104 |
# check the exit code, return nil on success |
| 105 |
if ($result && defined $result->{exit} && $result->{exit} == 0) { |
105 |
if ($result && defined $result->{exit} && $result->{exit} == 0) { |
| 106 |
$TestJoinCache{$domain} = 1; |
106 |
$TestJoinCache{$domain} = 1; |