summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/schedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule.cpp b/src/schedule.cpp
index 580d16f..27acc0b 100644
--- a/src/schedule.cpp
+++ b/src/schedule.cpp
@@ -352,7 +352,7 @@ TQString Schedule::createScanScript()
.arg(today.toString("ddMMyy"))
.arg(now.toString("hhmmss"));
- TQFile file( TQString("%1/ScanWithKlamav_%2.sh").arg(path).arg(timestring ));
+ TQFile file( TQString("%1/ScanWithKlamav.sh").arg(path) );
if ( file.open( IO_WriteOnly ) ) {
TQTextStream ts( &file );