renamed welcome crontab crontab.example, thanks Jonathan

This commit is contained in:
mdipierro
2012-07-08 16:40:01 -05:00
parent 782c6fb6a1
commit f71bb239d8
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-08 09:45:15) dev
Version 2.00.0 (2012-07-08 16:39:56) dev
+1 -1
View File
@@ -47,7 +47,7 @@ class extcron(threading.Thread):
threading.Thread.__init__(self)
self.setDaemon(False)
self.path = applications_parent
crondance(self.path, 'external', startup=True)
# crondance(self.path, 'external', startup=True)
def run(self):
if not _cron_stopping: