Browse Source

tab provided

develop
Prabuddha Chakraborty 9 years ago
parent
commit
54b133a08d
  1. 2
      ee/core/cron.py

2
ee/core/cron.py

@ -29,6 +29,6 @@ class EECron():
"-l | sed '/{0}/d'"
"| crontab -\""
.format(cmd)):
Log.error(self, "Failed to remove crontab entry",False)
Log.error(self, "Failed to remove crontab entry",False)
else:
Log.debug(self, "Cron not found")

Loading…
Cancel
Save