Add smart

This commit is contained in:
Mario Fetka
2026-04-21 04:52:41 +02:00
parent 24f48e1f96
commit bb9392b9b0
6 changed files with 47 additions and 32 deletions

View File

@@ -1167,7 +1167,7 @@ EOF
}
elsif( $c[1] eq 'smart' )
{
open( FILE, '<' . $base . '.nwclient' );
open( FILE, '<' . $smart_nwclient_path ) or die "Could not open $smart_nwclient_path: $!";
$x = <FILE>;
close( FILE );