Scheduled stig tests

This commit is contained in:
Bob Mottram 2017-03-18 14:26:02 +00:00
parent 84d4ffb0f7
commit d24655a5b3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function schedule_stig_tests {
echo '#!/bin/bash' > /etc/cron.daily/stig_tests
echo "pkill ${PROJECT_NAME}-tests" >> /etc/cron.daily/stig_tests
echo 'rm -rf /tmp/*' >> /etc/cron.daily/stig_tests
echo '${PROJECT_NAME}-tests --stig yes' >> /etc/cron.daily/stig_tests
echo "${PROJECT_NAME}-tests --stig yes" >> /etc/cron.daily/stig_tests
chmod +x /etc/cron.daily/stig_tests
}