diff options
-rwxr-xr-x | rhimport-sm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rhimport-sm b/rhimport-sm index c61e3f9..ed6a704 100755 --- a/rhimport-sm +++ b/rhimport-sm @@ -87,6 +87,7 @@ my $dow = Date::Calc::Day_of_Week(@today); if(($curweek != 1 && $curweek != 4) || ($curweek == 1 && $dow > 3) || ($curweek == 4 && $dow <= 3)) { + print "File won't be available by now!\n"; $dbh->disconnect(); exit 0; } |