From 525a1c08d6b5671abd6ed6990c424e0567d76560 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 9 Apr 2013 10:18:47 +0000 Subject: fixed output for sounds of movement 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; } -- cgit v0.10.2