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.
backup_mysql.sh
cron_entries
1 parent 5cf3379 commit 040c439Copy full SHA for 040c439
test/integration/default/controls/cron.rb
@@ -3,8 +3,7 @@
3
control 'osw cron entries' do
4
title 'The cron entries should be present'
5
6
- cron_entries = ['^\d{1,2} 1 \* \* \* /root/backup_mysql.sh$',
7
- '^\d{1,2} 2 \* \* \* /root/backup_site.sh$']
+ cron_entries = ['^\d{1,2} 2 \* \* \* /root/backup_site.sh$']
8
9
cron_entries.each do |c|
10
describe cron do
0 commit comments