We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c3a61 commit 1f93c0dCopy full SHA for 1f93c0d
2 files changed
install/dist/lib/fedora.lib.php
@@ -828,7 +828,7 @@ public function install_crontab()
828
foreach($cron_jobs as $key => $val) {
829
if(stristr($val,'getmail')) unset($existing_cron_jobs[$key]);
830
}
831
-
+
832
foreach($cron_jobs as $cron_job) {
833
if(!in_array($cron_job."\n", $existing_cron_jobs)) {
834
$existing_cron_jobs[] = $cron_job."\n";
install/dist/lib/opensuse.lib.php
@@ -846,7 +846,7 @@ public function install_crontab()
846
847
848
849
850
851
852
0 commit comments