Skip to content

Commit f2b16c8

Browse files
author
Michele
committed
Fixed minor but blocking bug
...sorry...
1 parent d4381ff commit f2b16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ public function configure_mlmmj() {
891891
exec("nohup /usr/sbin/postmap $configDir/transport >/dev/null 2>&1");
892892

893893
//* Create/update cron entry
894-
$cronEntry = 'find /var/'.$mlConfig['spool_dir'].'/ -mindepth 1 -maxdepth 1 -type d -exec /usr/bin/mlmmj-maintd -F -d {} \;'
894+
$cronEntry = 'find /var/'.$mlConfig['spool_dir'].'/ -mindepth 1 -maxdepth 1 -type d -exec /usr/bin/mlmmj-maintd -F -d {} \;';
895895
file_put_contents('/etc/cron.d/mlmmj', $cronEntry);
896896
}
897897

0 commit comments

Comments
 (0)