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