Skip to content

Commit

Permalink
ensure the folder for cron exists without a defined volume
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Jan 31, 2024
1 parent d478f1b commit eb3ce51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/entrypoint_mautic_cron.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

mkdir -p /opt/mautic/cron

if [ ! -f /opt/mautic/cron/mautic ]; then

cat <<EOF > /opt/mautic/cron/mautic
Expand Down

0 comments on commit eb3ce51

Please sign in to comment.