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 e38e50b commit 3f0cb6fCopy full SHA for 3f0cb6f
common/entrypoint_mautic_cron.sh
@@ -21,7 +21,7 @@ mkfifo /tmp/stdout
21
chmod 777 /tmp/stdout
22
23
# ensure the PHP env vars are present during cronjobs
24
-declare -p | grep 'PHP_INI_VALUE_' > /tmp/cron.env
+declare -p | grep -E 'PHP_INI_VALUE_|MAUTIC' > /tmp/cron.env
25
26
# run cron and print the output
27
cron -f | tail -f /tmp/stdout
0 commit comments