We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4381ff commit f2b16c8Copy full SHA for f2b16c8
install/lib/installer_base.lib.php
@@ -891,7 +891,7 @@ public function configure_mlmmj() {
891
exec("nohup /usr/sbin/postmap $configDir/transport >/dev/null 2>&1");
892
893
//* Create/update cron entry
894
- $cronEntry = 'find /var/'.$mlConfig['spool_dir'].'/ -mindepth 1 -maxdepth 1 -type d -exec /usr/bin/mlmmj-maintd -F -d {} \;'
+ $cronEntry = 'find /var/'.$mlConfig['spool_dir'].'/ -mindepth 1 -maxdepth 1 -type d -exec /usr/bin/mlmmj-maintd -F -d {} \;';
895
file_put_contents('/etc/cron.d/mlmmj', $cronEntry);
896
}
897
0 commit comments