Subversion Repositories camp_sysinfo_client_3

Rev

Rev 194 | Rev 209 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 194 Rev 197
Line 672... Line 672...
672
}
672
}
673
 
673
 
674
unlink ( $periodicOverrideFile ) if -e $periodicOverrideFile;
674
unlink ( $periodicOverrideFile ) if -e $periodicOverrideFile;
675
&logIt( 0, 'Ending sysinfo Run' );
675
&logIt( 0, 'Ending sysinfo Run' );
676
 
676
 
-
 
677
if ( $configuration{'postRunScript'}{'script name'} ) {
677
`$configuration{postRunScript}{script name}` if $configuration{'postRunScript'}{'script name'};
678
   my $script = $sourceDir . '/' . $configuration{'postRunScript'}{'script name'};
-
 
679
   exec ( "$script $configurationFile" ) if -x $script;
-
 
680
}
678
 
681
 
679
1;
682
1;