Commit efeae4ab authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Export timestamp func in entrypoint to cron process

parent 3abcbbd2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ run_cron()

run_background_cron()
{ (
	export -f next_cron run_cron
	export -f next_cron run_cron timestamp
	exec -a wp-cron /bin/bash <<<run_cron
)& }