diff --git a/smart-cron-builder.py b/smart-cron-builder.py index 620f36f..ba1b6a5 100755 --- a/smart-cron-builder.py +++ b/smart-cron-builder.py @@ -56,7 +56,9 @@ def buildCronExecuteTime(): def buildCronSituation(): - return "* * * * * /yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + ##return "* * * * * /yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + + return buildCronExecuteTime() + "/yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() ##return buildCronExecuteTime() +"/yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + " 2>&1"