Skip to content

Commit

Permalink
Merge pull request #11
Browse files Browse the repository at this point in the history
* fix: add missing bash command to cronjob
  • Loading branch information
vytautaskubilius committed Aug 26, 2021
1 parent d2415e7 commit 7133e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wordpress-instance/user-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ EOT
# Create a cron job to perform daily backups

sudo crontab<<EOT
0 3 * * * /opt/scripts/backup.sh
0 3 * * * bash /opt/scripts/backup.sh
EOT

sudo systemctl reload apache2

0 comments on commit 7133e99

Please sign in to comment.